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.ft Helper classes for implementing fault tolerance 
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.util Some utility Broker Plugins 
org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. 
org.apache.activemq.store.jdbc Message persistence implemented using JDBC 
org.apache.activemq.tool   
org.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients. 
org.apache.activemq.web.controller   
org.apache.activemq.xbean Helper classes for creating the a broker using XBean and for creating a broker within Spring
 

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.
 

Methods in org.apache.activemq.broker that return BrokerService
static BrokerService BrokerFactory.createBroker(java.net.URI brokerURI)
          Creates a broker from a URI configuration
 BrokerService BrokerFactory.BrokerFactoryHandler.createBroker(java.net.URI brokerURI)
           
 BrokerService DefaultBrokerFactory.createBroker(java.net.URI brokerURI)
           
 BrokerService BrokerRegistry.lookup(java.lang.String brokerName)
           
 

Methods in org.apache.activemq.broker with parameters of type BrokerService
 void BrokerRegistry.bind(java.lang.String brokerName, BrokerService broker)
           
 void BrokerServiceAware.setBrokerService(BrokerService brokerService)
           
 

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

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

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, javax.management.MBeanServer mbeanServer, javax.management.ObjectName brokerObjectName, TaskRunnerFactory taskRunnerFactory, UsageManager memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor)
           
 

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

Constructors in org.apache.activemq.broker.region with parameters of type BrokerService
RegionBroker(BrokerService brokerService, TaskRunnerFactory taskRunnerFactory, UsageManager memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor)
           
 

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

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

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.store.jdbc
 

Methods in org.apache.activemq.store.jdbc that return BrokerService
 BrokerService JDBCPersistenceAdapter.getBrokerService()
           
 

Methods in org.apache.activemq.store.jdbc with parameters of type BrokerService
 void JDBCPersistenceAdapter.setBrokerService(BrokerService brokerService)
           
 

Uses of BrokerService in org.apache.activemq.tool
 

Fields in org.apache.activemq.tool declared as BrokerService
protected  BrokerService JMSMemtest.broker
           
 

Methods in org.apache.activemq.tool that return BrokerService
protected  BrokerService JMSMemtest.createBroker()
           
 

Methods in org.apache.activemq.tool with parameters of type BrokerService
protected  void JMSMemtest.configureBroker(BrokerService broker)
           
 

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

Fields in org.apache.activemq.transport.http declared as BrokerService
protected  BrokerService HttpEmbeddedTunnelServlet.broker
           
 

Methods in org.apache.activemq.transport.http that return BrokerService
protected  BrokerService HttpEmbeddedTunnelServlet.createBroker()
          Factory method to create a new broker
protected  BrokerService HttpSpringEmbeddedTunnelServlet.createBroker()
          Factory method to create a new broker
 

Uses of BrokerService in org.apache.activemq.web
 

Methods in org.apache.activemq.web that return BrokerService
protected  BrokerService SpringBrokerContextListener.createBroker(javax.servlet.ServletContext context)
          Factory method to create a new ActiveMQ Broker
 BrokerService BrokerFacade.getBrokerService()
           
protected  BrokerService SpringBrokerContextListener.getBrokerService()
          Return the broker container.
 

Methods in org.apache.activemq.web with parameters of type BrokerService
protected  void SpringBrokerContextListener.setBrokerService(BrokerService container)
          Set the broker container to be used by this listener
 

Constructors in org.apache.activemq.web with parameters of type BrokerService
BrokerFacade(BrokerService brokerService)
           
DestinationFacade(BrokerService brokerService)
           
DurableSubscriberFacade(BrokerService brokerService)
           
MessageQuery(BrokerService brokerService, SessionPool sessionPool)
           
QueueBrowseQuery(BrokerService brokerService, SessionPool sessionPool)
           
 

Uses of BrokerService in org.apache.activemq.web.controller
 

Constructors in org.apache.activemq.web.controller with parameters of type BrokerService
CreateDestination(BrokerService brokerService)
           
CreateSubscriber(BrokerService brokerService)
           
DeleteDestination(BrokerService brokerService)
           
DeleteSubscriber(BrokerService brokerService)
           
SendMessage(BrokerService brokerService)
           
 

Uses of BrokerService in org.apache.activemq.xbean
 

Subclasses of BrokerService in org.apache.activemq.xbean
 class XBeanBrokerService
          An ActiveMQ Message Broker.
 

Methods in org.apache.activemq.xbean that return BrokerService
 BrokerService XBeanBrokerFactory.createBroker(java.net.URI config)
           
 BrokerService BrokerFactoryBean.getBroker()
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.