|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Broker | |
org.codehaus.activemq | The core JMS client implementation classes |
org.codehaus.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.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.impl | Default implementations of the services |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
Uses of Broker in org.codehaus.activemq |
Methods in org.codehaus.activemq that return Broker | |
Broker |
ActiveMQConnectionFactory.getEmbeddedBroker()
|
Uses of Broker in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker that return Broker | |
Broker |
BrokerContainer.getBroker()
|
Uses of Broker in org.codehaus.activemq.broker.impl |
Classes in org.codehaus.activemq.broker.impl that implement Broker | |
class |
DefaultBroker
The default Broker implementation |
Methods in org.codehaus.activemq.broker.impl that return Broker | |
Broker |
BrokerContainerImpl.getBroker()
|
Constructors in org.codehaus.activemq.broker.impl with parameters of type Broker | |
BrokerContainerImpl(Broker broker,
BrokerContext context)
|
Uses of Broker in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service that return Broker | |
Broker |
DeadLetterPolicy.getBroker()
|
Methods in org.codehaus.activemq.service with parameters of type Broker | |
void |
TransactionTask.execute(Broker broker)
|
void |
Transaction.setBroker(Broker broker)
Called when this transaction has been recovered from disk to re-associate it with the broker in which its being applied. |
void |
DeadLetterPolicy.setBroker(Broker broker)
|
Constructors in org.codehaus.activemq.service with parameters of type Broker | |
DeadLetterPolicy(Broker broker)
Construct a dead letter policy |
Uses of Broker in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl that return Broker | |
Broker |
AbstractTransaction.getBroker()
|
Methods in org.codehaus.activemq.service.impl with parameters of type Broker | |
void |
SendMessageTransactionTask.execute(Broker broker)
|
void |
MessageAckTransactionTask.execute(Broker broker)
|
void |
RedeliverMessageTransactionTask.execute(Broker broker)
|
void |
AbstractTransaction.setBroker(Broker broker)
Called after deserialization to register the broker |
Constructors in org.codehaus.activemq.service.impl with parameters of type Broker | |
XATransactionCommand(Broker broker,
ActiveMQXid xid,
Map xaTxs,
PreparedTransactionStore preparedTransactions)
|
|
LocalTransactionCommand(Broker broker,
Map localTxs,
Object txid)
|
|
AbstractTransaction(Broker broker)
|
|
TransactionManagerImpl(Broker broker,
PreparedTransactionStore preparedTransactions)
|
Uses of Broker in org.codehaus.activemq.store.vm |
Constructors in org.codehaus.activemq.store.vm with parameters of type Broker | |
VMTransactionManager(Broker broker)
|
|
VMTransactionManager(Broker broker,
PreparedTransactionStore preparedTransactions)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |