webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Interface BrokerServerConnectionCallback


public interface BrokerServerConnectionCallback

This class is implemented by any object which needs to be registered for server client connection callbacks.


Method Summary
 void handleServerConnectionChange(BrokerServerClient client, int connect_state, java.lang.Object client_data)
          Implement this method to handle host client connection callbacks.
 

Method Detail

handleServerConnectionChange

void handleServerConnectionChange(BrokerServerClient client,
                                  int connect_state,
                                  java.lang.Object client_data)
Implement this method to handle host client connection callbacks. State values are BrokerClient.CONNECT_STATE_*.


webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.