|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreparedTransactionStore | |
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.bdb | Message persistence implemented using Berkeley DB Java Edition |
org.codehaus.activemq.store.bdbn | Message persistence implemented using Berkeley DB, native C version |
org.codehaus.activemq.store.cache | |
org.codehaus.activemq.store.howl | Message persistence using a high performance transaction log via implemented using Howl whichi is used for short term persistence with longer term storage being used at checkpoints. |
org.codehaus.activemq.store.jdbc | Message persistence implemented using JDBC |
org.codehaus.activemq.store.jdbm | Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence) |
org.codehaus.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
Uses of PreparedTransactionStore in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl that return PreparedTransactionStore | |
PreparedTransactionStore |
DefaultBroker.getPreparedTransactionStore()
|
Methods in org.codehaus.activemq.broker.impl with parameters of type PreparedTransactionStore | |
void |
DefaultBroker.setPreparedTransactionStore(PreparedTransactionStore preparedTransactionStore)
|
Uses of PreparedTransactionStore in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl with parameters of type PreparedTransactionStore | |
void |
XATransactionCommand.initialise(Map xaTxs,
PreparedTransactionStore preparedTransactions)
Called after the transaction command has been recovered from disk |
Constructors in org.codehaus.activemq.service.impl with parameters of type PreparedTransactionStore | |
XATransactionCommand(Broker broker,
ActiveMQXid xid,
Map xaTxs,
PreparedTransactionStore preparedTransactions)
|
|
TransactionManagerImpl(Broker broker,
PreparedTransactionStore preparedTransactions)
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store |
Methods in org.codehaus.activemq.store that return PreparedTransactionStore | |
PreparedTransactionStore |
PersistenceAdapter.createPreparedTransactionStore()
Factory method to create a new persistent prepared transaction store for XA recovery |
Uses of PreparedTransactionStore in org.codehaus.activemq.store.bdb |
Classes in org.codehaus.activemq.store.bdb that implement PreparedTransactionStore | |
class |
BDbPreparedTransactionStore
|
Methods in org.codehaus.activemq.store.bdb that return PreparedTransactionStore | |
PreparedTransactionStore |
BDbPersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.bdbn |
Methods in org.codehaus.activemq.store.bdbn that return PreparedTransactionStore | |
PreparedTransactionStore |
BDbPersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.cache |
Methods in org.codehaus.activemq.store.cache that return PreparedTransactionStore | |
PreparedTransactionStore |
CachePersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.howl |
Methods in org.codehaus.activemq.store.howl that return PreparedTransactionStore | |
PreparedTransactionStore |
HowlPersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.jdbc |
Classes in org.codehaus.activemq.store.jdbc that implement PreparedTransactionStore | |
class |
JDBCPreparedTransactionStore
|
Methods in org.codehaus.activemq.store.jdbc that return PreparedTransactionStore | |
PreparedTransactionStore |
JDBCPersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.jdbm |
Classes in org.codehaus.activemq.store.jdbm that implement PreparedTransactionStore | |
class |
JdbmPreparedTransactionStore
|
Methods in org.codehaus.activemq.store.jdbm that return PreparedTransactionStore | |
PreparedTransactionStore |
JdbmPersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.journal |
Methods in org.codehaus.activemq.store.journal that return PreparedTransactionStore | |
PreparedTransactionStore |
JournalPersistenceAdapter.createPreparedTransactionStore()
|
Uses of PreparedTransactionStore in org.codehaus.activemq.store.vm |
Classes in org.codehaus.activemq.store.vm that implement PreparedTransactionStore | |
class |
VMPreparedTransactionStoreImpl
|
Methods in org.codehaus.activemq.store.vm that return PreparedTransactionStore | |
PreparedTransactionStore |
VMPersistenceAdapter.createPreparedTransactionStore()
|
Constructors in org.codehaus.activemq.store.vm with parameters of type PreparedTransactionStore | |
VMTransactionManager(Broker broker,
PreparedTransactionStore preparedTransactions)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |