org.escot
Interface BrokerAware


public interface BrokerAware

Components that need to access the Broker instance that brokers them should implement this interface.


Method Summary
 void setBroker(Broker b)
          Invoked when the component is added to or removed from a broker.
 

Method Detail

setBroker

public void setBroker(Broker b)
Invoked when the component is added to or removed from a broker.
Parameters:
b - The broker instance, or null if the component is being removed from the broker.