|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TxnOp
This provides the abstraction of an individual operation within a transaction. It is used by the TxnBuffer class.
Method Summary | |
---|---|
void |
commit()
Complete the operation started by prepare. |
void |
prepare()
Do the part of the operation that updates persistent state |
void |
rollback()
Rolls back the operation. |
void |
undoPrepare()
This is not the same as rollback. |
Method Detail |
---|
void prepare() throws org.apache.qpid.AMQException
org.apache.qpid.AMQException
void commit()
void undoPrepare()
void rollback()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |