Uses of Interface
org.apache.activemq.broker.BrokerContext

Packages that use BrokerContext
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.spring Helper classes for working with the JMS client and Spring
org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
 

Uses of BrokerContext in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker that return BrokerContext
 BrokerContext BrokerService.getBrokerContext()
           
 

Methods in org.apache.activemq.broker with parameters of type BrokerContext
 void BrokerContextAware.setBrokerContext(BrokerContext brokerContext)
           
 void BrokerService.setBrokerContext(BrokerContext brokerContext)
           
 

Uses of BrokerContext in org.apache.activemq.spring
 

Classes in org.apache.activemq.spring that implement BrokerContext
 class SpringBrokerContext
           
 

Uses of BrokerContext in org.apache.activemq.transport.stomp
 

Methods in org.apache.activemq.transport.stomp with parameters of type BrokerContext
 void JmsFrameTranslator.setBrokerContext(BrokerContext brokerContext)
           
 

Constructors in org.apache.activemq.transport.stomp with parameters of type BrokerContext
ProtocolConverter(StompTransport stompTransport, FrameTranslator translator, BrokerContext brokerContext)
           
StompTransportFilter(Transport next, FrameTranslator translator, BrokerContext brokerContext)
           
 



Copyright © 2005-2011. All Rights Reserved.