Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
A message is broadcast to all members of the work group to notify them whenever an updated entry is checked back into the central catalogs or a new entry is added to the central catalogs. They have the option of receiving any number of the updated entries so that they can be assured of running the most current version of the application. Because the notifications are sent to message queues, the members of the work group can also choose to request the entries at the time of the notification or at any time in the future.
The following actions are available to the users of this application:
To implement the ADM application, each of the above actions is mapped to a message type. In order to perform an action, the client sends the ADM server a message. The message contains a message type that represents an action, as well as any information needed by the ADM server to process the requested action.
The following sections contain code segments to illustrate the implementation of the check-out, query, and check-in actions. Initialization code and error checking have been taken out of these code segments to draw attention to the messaging interface.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.