Uses of Class
org.apache.activemq.broker.BrokerService

Packages that use BrokerService
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinations 
org.apache.activemq.broker.scheduler   
org.apache.activemq.network Support for federated networks of brokers. 
org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. 
org.apache.activemq.transport   
org.apache.activemq.transport.vm In-JVM based Transport implementation. 
org.apache.activemq.util   
 

Uses of BrokerService in org.apache.activemq.broker
 

Subclasses of BrokerService in org.apache.activemq.broker
 class SslBrokerService
          A BrokerService that allows access to the key and trust managers used by SSL connections.
 

Fields in org.apache.activemq.broker declared as BrokerService
protected  BrokerService LockableServiceSupport.brokerService
           
 

Methods in org.apache.activemq.broker that return BrokerService
static BrokerService BrokerFactory.createBroker(String brokerURI)
          Creates a broker from a URI configuration
static BrokerService BrokerFactory.createBroker(String brokerURI, boolean startBroker)
          Creates a broker from a URI configuration
 BrokerService PropertiesBrokerFactory.createBroker(URI brokerURI)
           
 BrokerService DefaultBrokerFactory.createBroker(URI brokerURI)
           
 BrokerService BrokerFactoryHandler.createBroker(URI brokerURI)
           
static BrokerService BrokerFactory.createBroker(URI brokerURI)
          Creates a broker from a URI configuration
static BrokerService BrokerFactory.createBroker(URI brokerURI, boolean startBroker)
          Creates a broker from a URI configuration
protected  BrokerService PropertiesBrokerFactory.createBrokerService(URI brokerURI, Map properties)
           
 BrokerService BrokerRegistry.findFirst()
          Returns the first registered broker found
 BrokerService TransportConnector.getBrokerService()
           
 BrokerService MutableBrokerFilter.getBrokerService()
           
 BrokerService ErrorBroker.getBrokerService()
           
 BrokerService EmptyBroker.getBrokerService()
           
 BrokerService BrokerFilter.getBrokerService()
           
 BrokerService Broker.getBrokerService()
           
 BrokerService BrokerRegistry.lookup(String brokerName)
           
 

Methods in org.apache.activemq.broker that return types with arguments of type BrokerService
 Map<String,BrokerService> BrokerRegistry.getBrokers()
           
 

Methods in org.apache.activemq.broker with parameters of type BrokerService
 void BrokerRegistry.bind(String brokerName, BrokerService broker)
           
 void TransportConnector.setBrokerService(BrokerService brokerService)
          This is called by the BrokerService right before it starts the transport.
 void LockableServiceSupport.setBrokerService(BrokerService brokerService)
           
 void BrokerServiceAware.setBrokerService(BrokerService brokerService)
           
 

Uses of BrokerService in org.apache.activemq.broker.jmx
 

Constructors in org.apache.activemq.broker.jmx with parameters of type BrokerService
BrokerView(BrokerService brokerService, ManagedRegionBroker managedBroker)
           
ManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, Scheduler scheduler, ThreadPoolExecutor executor)
           
 

Uses of BrokerService in org.apache.activemq.broker.region
 

Fields in org.apache.activemq.broker.region declared as BrokerService
protected  BrokerService RegionBroker.brokerService
           
protected  BrokerService BaseDestination.brokerService
           
 

Methods in org.apache.activemq.broker.region that return BrokerService
 BrokerService RegionBroker.getBrokerService()
           
 

Constructors in org.apache.activemq.broker.region with parameters of type BrokerService
BaseDestination(BrokerService brokerService, MessageStore store, ActiveMQDestination destination, DestinationStatistics parentStats)
           
DestinationFactoryImpl(BrokerService brokerService, TaskRunnerFactory taskRunnerFactory, PersistenceAdapter persistenceAdapter)
           
Queue(BrokerService brokerService, ActiveMQDestination destination, MessageStore store, DestinationStatistics parentStats, TaskRunnerFactory taskFactory)
           
RegionBroker(BrokerService brokerService, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, Scheduler scheduler, ThreadPoolExecutor executor)
           
TempQueue(BrokerService brokerService, ActiveMQDestination destination, MessageStore store, DestinationStatistics parentStats, TaskRunnerFactory taskFactory)
           
TempTopic(BrokerService brokerService, ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, TaskRunnerFactory taskFactory)
           
Topic(BrokerService brokerService, ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, TaskRunnerFactory taskFactory)
           
 

Uses of BrokerService in org.apache.activemq.broker.region.virtual
 

Methods in org.apache.activemq.broker.region.virtual with parameters of type BrokerService
 void MirroredQueue.setBrokerService(BrokerService brokerService)
           
 

Uses of BrokerService in org.apache.activemq.broker.scheduler
 

Constructors in org.apache.activemq.broker.scheduler with parameters of type BrokerService
SchedulerBroker(BrokerService brokerService, Broker next, JobSchedulerStore store)
           
 

Uses of BrokerService in org.apache.activemq.network
 

Methods in org.apache.activemq.network that return BrokerService
 BrokerService NetworkConnector.getBrokerService()
           
 

Methods in org.apache.activemq.network with parameters of type BrokerService
 void NetworkConnector.setBrokerService(BrokerService brokerService)
           
 void DemandForwardingBridgeSupport.setBrokerService(BrokerService brokerService)
           
 

Constructors in org.apache.activemq.network with parameters of type BrokerService
MBeanNetworkListener(BrokerService brokerService, ObjectName connectorName)
           
 

Uses of BrokerService in org.apache.activemq.network.jms
 

Methods in org.apache.activemq.network.jms with parameters of type BrokerService
 void JmsConnector.setBrokerService(BrokerService service)
          One way to configure the local connection - this is called by The BrokerService when the Connector is embedded
 

Uses of BrokerService in org.apache.activemq.transport
 

Methods in org.apache.activemq.transport with parameters of type BrokerService
static TransportServer TransportFactorySupport.bind(BrokerService brokerService, URI location)
           
 

Uses of BrokerService in org.apache.activemq.transport.vm
 

Fields in org.apache.activemq.transport.vm with type parameters of type BrokerService
static ConcurrentHashMap<String,BrokerService> VMTransportFactory.BROKERS
           
 

Uses of BrokerService in org.apache.activemq.util
 

Fields in org.apache.activemq.util declared as BrokerService
protected  BrokerService DefaultIOExceptionHandler.broker
           
 

Methods in org.apache.activemq.util with parameters of type BrokerService
 void DefaultIOExceptionHandler.setBrokerService(BrokerService broker)
           
 



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