org.apache.activemq.broker
Interface BrokerServiceAware

All Known Subinterfaces:
IOExceptionHandler
All Known Implementing Classes:
CompositeDemandForwardingBridge, ConduitBridge, DefaultIOExceptionHandler, DemandForwardingBridge, DemandForwardingBridgeSupport, DurableConduitBridge, LockableServiceSupport, ManagedTransportConnector, MirroredQueue, TransportConnector

public interface BrokerServiceAware

An interface used to represent a component that wants the BrokerService to be injected


Method Summary
 void setBrokerService(BrokerService brokerService)
           
 

Method Detail

setBrokerService

void setBrokerService(BrokerService brokerService)


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.