|
||||||||||
| 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 | |
|---|---|
Map<TransactionId,AMQTx> |
ReferenceStoreAdapter.retrievePreparedState()
|
| Method parameters in org.apache.activemq.store with type arguments of type AMQTx | |
|---|---|
void |
ReferenceStoreAdapter.savePreparedState(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 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 | |
|---|---|
Map<TransactionId,AMQTx> |
AMQTransactionStore.getPreparedTransactions()
|
| Method parameters in org.apache.activemq.store.amq with type arguments of type AMQTx | |
|---|---|
void |
AMQTransactionStore.setPreparedTransactions(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(DataInput dataIn)
|
| Methods in org.apache.activemq.store.kahadaptor that return types with arguments of type AMQTx | |
|---|---|
Map<TransactionId,AMQTx> |
KahaReferenceStoreAdapter.retrievePreparedState()
|
| Methods in org.apache.activemq.store.kahadaptor with parameters of type AMQTx | |
|---|---|
void |
AMQTxMarshaller.writePayload(AMQTx amqtx,
DataOutput dataOut)
|
| Method parameters in org.apache.activemq.store.kahadaptor with type arguments of type AMQTx | |
|---|---|
void |
KahaReferenceStoreAdapter.savePreparedState(Map<TransactionId,AMQTx> map)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||