|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerContainerFactory | |
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 BrokerContainerFactory in org.codehaus.activemq |
Methods in org.codehaus.activemq that return BrokerContainerFactory | |
BrokerContainerFactory |
ActiveMQConnectionFactory.getBrokerContainerFactory()
|
protected BrokerContainerFactory |
ActiveMQConnectionFactory.createBrokerContainerFactory()
|
static BrokerContainerFactory |
XmlConfigHelper.createBrokerContainerFactory(String xmlConfig)
Creates an instance of the broker factory which uses the Spring XML configuration file mechanism. |
Methods in org.codehaus.activemq with parameters of type BrokerContainerFactory | |
void |
ActiveMQConnectionFactory.setBrokerContainerFactory(BrokerContainerFactory brokerContainerFactory)
|
Uses of BrokerContainerFactory in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker with parameters of type BrokerContainerFactory | |
BrokerContainer |
BrokerContext.getBrokerContainerByName(String name,
BrokerContainerFactory factory)
|
Uses of BrokerContainerFactory in org.codehaus.activemq.broker.impl |
Classes in org.codehaus.activemq.broker.impl that implement BrokerContainerFactory | |
class |
BrokerContainerFactoryImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |