Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Broker Clients | Connection Notification
 
Connection Notification
 
Defining a Callback Object
Registering the Callback Object
Un-Registering Callback Objects
The connection notification feature allows you to register a callback method for a particular Broker client that will be invoked if the client is disconnected from the Broker. The connection notification feature can be particularly useful if your Broker client is using the automatic reconnect feature and needs to know when it has been reconnected to the Broker.
Note:
Connection callback methods do not have a global scope. They must be registered separately for each Broker client that wants to use this feature.