Save This Page
Home » openjdk-7 » javax » transaction » [javadoc | source]
javax.transaction
public interface: Transaction [javadoc | source]
Method from javax.transaction.Transaction Summary:
commit,   delistResource,   enlistResource,   getStatus,   registerSynchronization,   rollback,   setRollbackOnly
Method from javax.transaction.Transaction Detail:
 public  void commit() throws SystemException, SecurityException, RollbackException, HeuristicRollbackException, HeuristicMixedException
 public boolean delistResource(XAResource xaRes,
    int flag) throws SystemException, IllegalStateException
 public boolean enlistResource(XAResource xaRes) throws SystemException, RollbackException, IllegalStateException
 public int getStatus() throws SystemException
 public  void registerSynchronization(Synchronization sync) throws SystemException, RollbackException, IllegalStateException
 public  void rollback() throws SystemException, IllegalStateException
 public  void setRollbackOnly() throws SystemException, IllegalStateException