Save This Page
Home » openjdk-7 » javax » transaction » [javadoc | source]
javax.transaction
public interface: UserTransaction [javadoc | source]
Method from javax.transaction.UserTransaction Summary:
begin,   commit,   getStatus,   rollback,   setRollbackOnly,   setTransactionTimeout
Method from javax.transaction.UserTransaction Detail:
 public  void begin() throws SystemException, NotSupportedException
 public  void commit() throws SystemException, SecurityException, RollbackException, IllegalStateException, HeuristicRollbackException, HeuristicMixedException
 public int getStatus() throws SystemException
 public  void rollback() throws SystemException, SecurityException, IllegalStateException
 public  void setRollbackOnly() throws SystemException, IllegalStateException
 public  void setTransactionTimeout(int seconds) throws SystemException