javax.transaction
public interface Transaction
Version: $Rev: 467742 $ $Date: 2006-10-25 20:30:38 +0100 (Wed, 25 Oct 2006) $
| Method Summary | |
|---|---|
| void | commit() |
| boolean | delistResource(XAResource xaRes, int flag) |
| boolean | enlistResource(XAResource xaRes) |
| int | getStatus() |
| void | registerSynchronization(Synchronization synch) |
| void | rollback() |
| void | setRollbackOnly() |