|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerFactoryHandler | |
---|---|
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.transport.vm | In-JVM based Transport implementation. |
org.apache.activemq.xbean | Helper classes for creating the a broker using XBean and for creating a broker within Spring. |
Uses of BrokerFactoryHandler in org.apache.activemq.broker |
---|
Classes in org.apache.activemq.broker that implement BrokerFactoryHandler | |
---|---|
class |
DefaultBrokerFactory
Simple BrokerFactorySPI which using the brokerURI to extract the configuration parameters for the broker service. |
class |
PropertiesBrokerFactory
A BrokerFactoryHandler which uses a properties file to configure the
broker's various policies. |
Methods in org.apache.activemq.broker that return BrokerFactoryHandler | |
---|---|
static BrokerFactoryHandler |
BrokerFactory.createBrokerFactoryHandler(String type)
|
Uses of BrokerFactoryHandler in org.apache.activemq.transport.vm |
---|
Methods in org.apache.activemq.transport.vm that return BrokerFactoryHandler | |
---|---|
BrokerFactoryHandler |
VMTransportFactory.getBrokerFactoryHandler()
|
Methods in org.apache.activemq.transport.vm with parameters of type BrokerFactoryHandler | |
---|---|
void |
VMTransportFactory.setBrokerFactoryHandler(BrokerFactoryHandler brokerFactoryHandler)
|
Uses of BrokerFactoryHandler in org.apache.activemq.xbean |
---|
Classes in org.apache.activemq.xbean that implement BrokerFactoryHandler | |
---|---|
class |
XBeanBrokerFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |