To... | Use this method or function... |
Obtain the version number of Broker |
awGetBrokerVersionNumber method |
Obtain the name of the application associated with a Broker client |
awGetClientApplicationName function |
Obtain the name of the host where the Broker that is associated with a Broker client is executing |
awGetClientBrokerHost function |
Obtain the name of the Broker to which a Broker client is connected |
awGetClientBrokerName function |
Obtain the IP port number of the Broker to which a Broker client is connected |
awGetClientBrokerPort function |
Obtain the name of the client group with which a Broker client is associated |
awGetClientGroup function |
Obtain the a Broker client's client ID |
awGetClientId function |
Obtain a string that contains names of the client, client group, and Broker for a Broker client |
awClientToString function |
Determine if a Broker client is currently connected to a Broker |
awIsClientConnected function |
Determine if there are any pending events for a particular Broker client |
awIsClientPending method |
Determine if there are any pending events for any Broker client in use by the application |
awIsPending function |