java.lang.Object
org.activemq.broker.impl.BrokerContainerFactoryImpl
- All Implemented Interfaces:
- org.activemq.broker.BrokerContainerFactory
- public class BrokerContainerFactoryImpl
- extends java.lang.Object
- implements org.activemq.broker.BrokerContainerFactory
- Version:
- $Revision: 1.1.1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
persistenceAdapter
private org.activemq.store.PersistenceAdapter persistenceAdapter
BrokerContainerFactoryImpl
public BrokerContainerFactoryImpl()
BrokerContainerFactoryImpl
public BrokerContainerFactoryImpl(org.activemq.store.PersistenceAdapter persistenceAdapter)
createBrokerContainer
public org.activemq.broker.BrokerContainer createBrokerContainer(java.lang.String brokerName,
org.activemq.broker.BrokerContext context)
- Description copied from interface:
org.activemq.broker.BrokerContainerFactory
- Creates a broker container with the given name
- Specified by:
createBrokerContainer in interface org.activemq.broker.BrokerContainerFactory
getPersistenceAdapter
public org.activemq.store.PersistenceAdapter getPersistenceAdapter()
setPersistenceAdapter
public void setPersistenceAdapter(org.activemq.store.PersistenceAdapter persistenceAdapter)