|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
org.codehaus.activemq.spring | Utilities for loading a Message Broker using Spring's XML deployment mechanism |
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,
PersistenceAdapter persistenceAdapter,
BrokerContext context)
|
|
BrokerContainerImpl(Broker broker,
BrokerContext context)
|
Uses of BrokerContext in org.codehaus.activemq.spring |
Methods in org.codehaus.activemq.spring with parameters of type BrokerContext | |
BrokerContainer |
SpringBrokerContainerFactory.createBrokerContainer(String brokerName,
BrokerContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |