Package COM.activesw.api.client
Interface BrokerCPConnectionCallback
public interface BrokerCPConnectionCallback
This class is implemented by any object which needs to be registered for cluster publisher connection callbacks.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleConnectionChange
(BrokerClusterPublisher bcp, int connect_state, String conn_name, Object client_data) Implement this method to handle cluster publisher connection callbacks.
-
Method Details
-
handleConnectionChange
void handleConnectionChange(BrokerClusterPublisher bcp, int connect_state, String conn_name, Object client_data) Implement this method to handle cluster publisher connection callbacks. State values are BrokerClient.CONNECT_STATE_*.
-