|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionManager | |
org.activemq.broker.impl | The default implementation of the JMS Broker |
org.activemq.service.impl | Default implementations of the services |
org.activemq.store.vm | VM based implementation of message persistence |
Uses of TransactionManager in org.activemq.broker.impl |
Methods in org.activemq.broker.impl that return TransactionManager | |
TransactionManager |
DefaultBroker.getTransactionManager()
|
Methods in org.activemq.broker.impl with parameters of type TransactionManager | |
void |
DefaultBroker.setTransactionManager(TransactionManager transactionManager)
|
Uses of TransactionManager in org.activemq.service.impl |
Subclasses of TransactionManager in org.activemq.service.impl | |
class |
TransactionManagerImpl
|
Uses of TransactionManager in org.activemq.store.vm |
Subclasses of TransactionManager in org.activemq.store.vm | |
class |
VMTransactionManager
Keeps track of all the open transactions in the JMS server. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |