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

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. 
 

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)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.