Uses of Interface
org.activemq.broker.Broker

Packages that use Broker
org.activemq The core JMS client implementation classes 
org.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager 
org.activemq.service.impl Default implementations of the services 
org.activemq.store.vm VM based implementation of message persistence 
 

Uses of Broker in org.activemq
 

Methods in org.activemq that return Broker
 Broker ActiveMQConnectionFactory.getEmbeddedBroker()
           
 

Uses of Broker in org.activemq.broker
 

Methods in org.activemq.broker that return Broker
 Broker BrokerContainer.getBroker()
           
 

Uses of Broker in org.activemq.broker.impl
 

Classes in org.activemq.broker.impl that implement Broker
 class DefaultBroker
          The default Broker implementation
 

Methods in org.activemq.broker.impl that return Broker
 Broker BrokerContainerImpl.getBroker()
           
 

Constructors in org.activemq.broker.impl with parameters of type Broker
BrokerContainerImpl(Broker broker, BrokerContext context)
           
 

Uses of Broker in org.activemq.service
 

Methods in org.activemq.service that return Broker
 Broker DeadLetterPolicy.getBroker()
           
 

Methods in org.activemq.service with parameters of type Broker
 void DeadLetterPolicy.setBroker(Broker broker)
           
 

Constructors in org.activemq.service with parameters of type Broker
DeadLetterPolicy(Broker broker)
          Construct a dead letter policy
 

Uses of Broker in org.activemq.service.impl
 

Constructors in org.activemq.service.impl with parameters of type Broker
TransactionManagerImpl(Broker broker, TransactionStore transactionStore)
           
 

Uses of Broker in org.activemq.store.vm
 

Constructors in org.activemq.store.vm with parameters of type Broker
VMTransactionManager(Broker broker)
           
VMTransactionManager(Broker broker, TransactionStore preparedTransactions)
           
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.