public interface TransactionStore
extends org.apache.activemq.Service
| Modifier and Type | Method and Description |
|---|---|
void |
commit(org.apache.activemq.command.TransactionId txid,
boolean wasPrepared,
Runnable preCommit,
Runnable postCommit) |
void |
prepare(org.apache.activemq.command.TransactionId txid) |
void |
recover(TransactionRecoveryListener listener) |
void |
rollback(org.apache.activemq.command.TransactionId txid) |
void prepare(org.apache.activemq.command.TransactionId txid)
throws IOException
IOExceptionvoid commit(org.apache.activemq.command.TransactionId txid,
boolean wasPrepared,
Runnable preCommit,
Runnable postCommit)
throws IOException
IOExceptionvoid rollback(org.apache.activemq.command.TransactionId txid)
throws IOException
IOExceptionvoid recover(TransactionRecoveryListener listener) throws IOException
IOExceptionCopyright © 2017 Power TAC. All rights reserved.