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