Uses of Interface
org.apache.activemq.broker.BrokerFactory.BrokerFactoryHandler

Packages that use BrokerFactory.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 BrokerFactory.BrokerFactoryHandler in org.apache.activemq.broker
 

Classes in org.apache.activemq.broker that implement BrokerFactory.BrokerFactoryHandler
 class DefaultBrokerFactory
          Simple BrokerFactorySPI which using the brokerURI to extract the configuration parameters for the broker service.
 

Methods in org.apache.activemq.broker that return BrokerFactory.BrokerFactoryHandler
static BrokerFactory.BrokerFactoryHandler BrokerFactory.createBrokerFactoryHandler(java.lang.String type)
           
 

Uses of BrokerFactory.BrokerFactoryHandler in org.apache.activemq.transport.vm
 

Methods in org.apache.activemq.transport.vm that return BrokerFactory.BrokerFactoryHandler
 BrokerFactory.BrokerFactoryHandler VMTransportFactory.getBrokerFactoryHandler()
           
 

Methods in org.apache.activemq.transport.vm with parameters of type BrokerFactory.BrokerFactoryHandler
 void VMTransportFactory.setBrokerFactoryHandler(BrokerFactory.BrokerFactoryHandler brokerFactoryHandler)
           
 

Uses of BrokerFactory.BrokerFactoryHandler in org.apache.activemq.xbean
 

Classes in org.apache.activemq.xbean that implement BrokerFactory.BrokerFactoryHandler
 class XBeanBrokerFactory
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.