webMethods Admin
Version 7.1.0.0.211 082207

COM.activesw.api.client
Interface BrokerCallback


public interface BrokerCallback

This class is implemented by any object which needs to be registered for Information Broker event callbacks.


Method Summary
 boolean handleBrokerEvent(BrokerClient client, BrokerEvent event, java.lang.Object client_data)
          Implement this method to handle the Information Broker event callbacks.
 

Method Detail

handleBrokerEvent

boolean handleBrokerEvent(BrokerClient client,
                          BrokerEvent event,
                          java.lang.Object client_data)
Implement this method to handle the Information Broker event callbacks. The event should not be modified in any way because it may be passed to other callbacks. Callback methods should return true if they want the event acknowledged (as with BrokerClient.acknowledgeThrough). If any function returns false, then the event is not acknowledged.


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.