webMethods Admin
Version 7.1.0.0.211 082207

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
 void handleConnectionChange(BrokerClusterPublisher bcp, int connect_state, java.lang.String conn_name, java.lang.Object client_data)
          Implement this method to handle cluster publisher connection callbacks.
 

Method Detail

handleConnectionChange

void handleConnectionChange(BrokerClusterPublisher bcp,
                            int connect_state,
                            java.lang.String conn_name,
                            java.lang.Object client_data)
Implement this method to handle cluster publisher connection callbacks. State values are BrokerClient.CONNECT_STATE_*.


webMethods Admin
Version 7.1.0.0.211 082207

webMethods Broker is a registered trademark of webMethods, Inc.
Copyright 2005 webMethods, Inc.
All Rights Reserved.