|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionManager | |
org.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.service.impl | Default implementations of the services |
org.codehaus.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
Uses of TransactionManager in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl that return TransactionManager | |
TransactionManager |
DefaultBroker.getTransactionManager()
|
Methods in org.codehaus.activemq.broker.impl with parameters of type TransactionManager | |
void |
DefaultBroker.setTransactionManager(TransactionManager transactionManager)
|
Uses of TransactionManager in org.codehaus.activemq.service.impl |
Classes in org.codehaus.activemq.service.impl that implement TransactionManager | |
class |
TransactionManagerImpl
|
Uses of TransactionManager in org.codehaus.activemq.store |
Methods in org.codehaus.activemq.store with parameters of type TransactionManager | |
void |
PreparedTransactionStore.loadPreparedTransactions(TransactionManager transactionManager)
Called on recovery to re-load any transactions which have prepared but not yet commited |
Uses of TransactionManager in org.codehaus.activemq.store.vm |
Classes in org.codehaus.activemq.store.vm that implement TransactionManager | |
class |
VMTransactionManager
Keeps track of all the open transactions in the JMS server. |
Methods in org.codehaus.activemq.store.vm with parameters of type TransactionManager | |
void |
VMPreparedTransactionStoreImpl.loadPreparedTransactions(TransactionManager transactionManager)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |