|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionStore | |
|---|---|
| org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
| org.apache.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
| org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
| org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
| org.apache.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
| org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
| org.apache.activemq.store.kahadb | |
| org.apache.activemq.store.memory | VM based implementation of message persistence |
| org.apache.activemq.transaction | |
| Uses of TransactionStore in org.apache.activemq.broker |
|---|
| Constructors in org.apache.activemq.broker with parameters of type TransactionStore | |
|---|---|
TransactionBroker(Broker next,
TransactionStore transactionStore)
|
|
| Uses of TransactionStore in org.apache.activemq.store |
|---|
| Methods in org.apache.activemq.store that return TransactionStore | |
|---|---|
TransactionStore |
PersistenceAdapter.createTransactionStore()
Factory method to create a new persistent prepared transaction store for XA recovery |
| Uses of TransactionStore in org.apache.activemq.store.amq |
|---|
| Classes in org.apache.activemq.store.amq that implement TransactionStore | |
|---|---|
class |
AMQTransactionStore
|
| Methods in org.apache.activemq.store.amq that return TransactionStore | |
|---|---|
TransactionStore |
AMQPersistenceAdapter.createTransactionStore()
|
| Uses of TransactionStore in org.apache.activemq.store.jdbc |
|---|
| Classes in org.apache.activemq.store.jdbc that implement TransactionStore | |
|---|---|
class |
JdbcMemoryTransactionStore
respect 2pc prepare uses local transactions to maintain prepared state xid column provides transaction flag for additions and removals a commit clears that context and completes the work a rollback clears the flag and removes the additions Essentially a prepare is an insert &| update transaction commit|rollback is an update &| remove |
| Methods in org.apache.activemq.store.jdbc that return TransactionStore | |
|---|---|
TransactionStore |
JDBCPersistenceAdapter.createTransactionStore()
|
| Uses of TransactionStore in org.apache.activemq.store.journal |
|---|
| Classes in org.apache.activemq.store.journal that implement TransactionStore | |
|---|---|
class |
JournalTransactionStore
|
| Methods in org.apache.activemq.store.journal that return TransactionStore | |
|---|---|
TransactionStore |
JournalPersistenceAdapter.createTransactionStore()
|
| Uses of TransactionStore in org.apache.activemq.store.kahadaptor |
|---|
| Classes in org.apache.activemq.store.kahadaptor that implement TransactionStore | |
|---|---|
class |
KahaTransactionStore
Provides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects. |
| Methods in org.apache.activemq.store.kahadaptor that return TransactionStore | |
|---|---|
TransactionStore |
KahaPersistenceAdapter.createTransactionStore()
|
| Uses of TransactionStore in org.apache.activemq.store.kahadb |
|---|
| Classes in org.apache.activemq.store.kahadb that implement TransactionStore | |
|---|---|
class |
KahaDBTransactionStore
Provides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects. |
class |
MultiKahaDBTransactionStore
|
| Methods in org.apache.activemq.store.kahadb that return TransactionStore | |
|---|---|
TransactionStore |
TempKahaDBStore.createTransactionStore()
|
TransactionStore |
MultiKahaDBPersistenceAdapter.createTransactionStore()
|
TransactionStore |
KahaDBStore.createTransactionStore()
|
TransactionStore |
KahaDBPersistenceAdapter.createTransactionStore()
|
| Methods in org.apache.activemq.store.kahadb that return types with arguments of type TransactionStore | |
|---|---|
Set<TransactionStore> |
MultiKahaDBTransactionStore.Tx.getStores()
|
| Methods in org.apache.activemq.store.kahadb with parameters of type TransactionStore | |
|---|---|
MessageStore |
MultiKahaDBTransactionStore.proxy(TransactionStore transactionStore,
MessageStore messageStore)
|
TopicMessageStore |
MultiKahaDBTransactionStore.proxy(TransactionStore transactionStore,
TopicMessageStore messageStore)
|
void |
MultiKahaDBTransactionStore.Tx.trackStore(TransactionStore store)
|
| Uses of TransactionStore in org.apache.activemq.store.memory |
|---|
| Classes in org.apache.activemq.store.memory that implement TransactionStore | |
|---|---|
class |
MemoryTransactionStore
Provides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects. |
| Methods in org.apache.activemq.store.memory that return TransactionStore | |
|---|---|
TransactionStore |
MemoryPersistenceAdapter.createTransactionStore()
|
| Uses of TransactionStore in org.apache.activemq.transaction |
|---|
| Constructors in org.apache.activemq.transaction with parameters of type TransactionStore | |
|---|---|
LocalTransaction(TransactionStore transactionStore,
LocalTransactionId xid,
ConnectionContext context)
|
|
XATransaction(TransactionStore transactionStore,
XATransactionId xid,
TransactionBroker broker,
ConnectionId connectionId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||