Uses of Class
org.codehaus.activemq.broker.BrokerContext

Packages that use BrokerContext
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
 

Uses of BrokerContext in org.codehaus.activemq
 

Methods in org.codehaus.activemq that return BrokerContext
 BrokerContext ActiveMQConnectionFactory.getBrokerContext()
          Returns the context used to store broker containers and connectors which defaults to using the singleton
 

Methods in org.codehaus.activemq with parameters of type BrokerContext
 void ActiveMQConnectionFactory.setBrokerContext(BrokerContext brokerContext)
           
 

Uses of BrokerContext in org.codehaus.activemq.broker
 

Methods in org.codehaus.activemq.broker that return BrokerContext
static BrokerContext BrokerContext.getInstance()
           
 

Methods in org.codehaus.activemq.broker with parameters of type BrokerContext
 BrokerContainer BrokerContainerFactory.createBrokerContainer(String brokerName, BrokerContext context)
          Creates a broker container with the given name
 

Uses of BrokerContext in org.codehaus.activemq.broker.impl
 

Methods in org.codehaus.activemq.broker.impl with parameters of type BrokerContext
 BrokerContainer BrokerContainerFactoryImpl.createBrokerContainer(String brokerName, BrokerContext context)
           
 

Constructors in org.codehaus.activemq.broker.impl with parameters of type BrokerContext
BrokerContainerImpl(String brokerName, BrokerContext context)
           
BrokerContainerImpl(String brokerName, String clusterName, BrokerContext context)
           
BrokerContainerImpl(String brokerName, PersistenceAdapter persistenceAdapter, BrokerContext context)
           
BrokerContainerImpl(String brokerName, String clusterName, PersistenceAdapter persistenceAdapter, BrokerContext context)
           
BrokerContainerImpl(Broker broker, BrokerContext context)
           
 



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.