org.apache.qpid.server.txn
Class TxnBuffer
java.lang.Object
org.apache.qpid.server.txn.TxnBuffer
public class TxnBuffer
- extends java.lang.Object
Holds a list of TxnOp instance representing transactional
operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxnBuffer
public TxnBuffer(MessageStore store)
containsPersistentChanges
public void containsPersistentChanges()
commit
public void commit()
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
rollback
public void rollback()
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
enlist
public void enlist(TxnOp op)
cancel
public void cancel(TxnOp op)