javax.transaction
public interface Transaction
| Method Summary | |
|---|---|
| void | commit() |
| boolean | delistResource(XAResource xaRes, int flag) |
| boolean | enlistResource(XAResource xaRes) |
| int | getStatus() |
| void | registerSynchronization(Synchronization synch) |
| void | rollback() |
| void | setRollbackOnly() |