|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AMQTx | |
---|---|
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.kahadaptor | kaha implementation of message persistence for the broker |
Uses of AMQTx in org.apache.activemq.store |
---|
Methods in org.apache.activemq.store that return types with arguments of type AMQTx | |
---|---|
java.util.Map<TransactionId,AMQTx> |
ReferenceStoreAdapter.retrievePreparedState()
|
Method parameters in org.apache.activemq.store with type arguments of type AMQTx | |
---|---|
void |
ReferenceStoreAdapter.savePreparedState(java.util.Map<TransactionId,AMQTx> map)
Save prepared transactions |
Uses of AMQTx in org.apache.activemq.store.amq |
---|
Fields in org.apache.activemq.store.amq with type parameters of type AMQTx | |
---|---|
protected java.util.Map<TransactionId,AMQTx> |
AMQTransactionStore.inflightTransactions
|
Methods in org.apache.activemq.store.amq that return AMQTx | |
---|---|
AMQTx |
AMQTransactionStore.getTx(TransactionId txid,
Location location)
|
AMQTx |
AMQTransactionStore.replayCommit(TransactionId txid,
boolean wasPrepared)
|
Methods in org.apache.activemq.store.amq that return types with arguments of type AMQTx | |
---|---|
java.util.Map<TransactionId,AMQTx> |
AMQTransactionStore.getPreparedTransactions()
|
Method parameters in org.apache.activemq.store.amq with type arguments of type AMQTx | |
---|---|
void |
AMQTransactionStore.setPreparedTransactions(java.util.Map<TransactionId,AMQTx> preparedTransactions)
|
Uses of AMQTx in org.apache.activemq.store.kahadaptor |
---|
Methods in org.apache.activemq.store.kahadaptor that return AMQTx | |
---|---|
AMQTx |
AMQTxMarshaller.readPayload(java.io.DataInput dataIn)
|
Methods in org.apache.activemq.store.kahadaptor that return types with arguments of type AMQTx | |
---|---|
java.util.Map<TransactionId,AMQTx> |
KahaReferenceStoreAdapter.retrievePreparedState()
|
Methods in org.apache.activemq.store.kahadaptor with parameters of type AMQTx | |
---|---|
void |
AMQTxMarshaller.writePayload(AMQTx amqtx,
java.io.DataOutput dataOut)
|
Method parameters in org.apache.activemq.store.kahadaptor with type arguments of type AMQTx | |
---|---|
void |
KahaReferenceStoreAdapter.savePreparedState(java.util.Map<TransactionId,AMQTx> map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |