Uses of Class
com.metamatrix.common.transaction.TransactionException

Packages that use TransactionException
com.metamatrix.common.transaction   
com.metamatrix.common.transaction.manager   
 

Uses of TransactionException in com.metamatrix.common.transaction
 

Subclasses of TransactionException in com.metamatrix.common.transaction
 class TransactionNotSupportedException
          TransactionNotSupportedException exception indicates that the request cannot be executed because the transaction operation is not a supported feature.
 

Methods in com.metamatrix.common.transaction that throw TransactionException
 void UserTransaction.begin()
          Create a new transaction and associate it with this object.
 void UserTransaction.commit()
          Complete the transaction associated with this object.
 java.lang.Object UserTransaction.getSource()
          Return the (optional) reference to the object that is considered the source of the transaction represented by this object.
 int UserTransaction.getStatus()
          Obtain the status of the transaction represented by this object.
 void UserTransaction.rollback()
          Roll back the transaction associated with this object.
 void UserTransaction.setRollbackOnly()
          Modify the transaction associated with this object such that the only possible outcome of the transaction is to roll back the transaction.
 void UserTransaction.setTransactionTimeout(int seconds)
          Modify the value of the timeout value that is associated with the transactions represented by this object.
 

Uses of TransactionException in com.metamatrix.common.transaction.manager
 

Methods in com.metamatrix.common.transaction.manager that throw TransactionException
 void SimpleUserTransaction.begin()
          Create a new transaction and associate it with this object.
 void SimpleUserTransaction.commit()
          Complete the transaction associated with this object.
 java.lang.Object SimpleUserTransaction.getSource()
          Return the (optional) reference to the object that is considered the source of the transaction represented by this object.
 int SimpleUserTransaction.getStatus()
          Obtain the status of the transaction represented by this object.
 void SimpleUserTransaction.rollback()
          Roll back the transaction associated with this object.
 void SimpleUserTransaction.setRollbackOnly()
          Modify the transaction associated with this object such that the only possible outcome of the transaction is to roll back the transaction.
 void SimpleUserTransaction.setTransactionTimeout(int seconds)
          Modify the value of the timeout value that is associated with the transactions represented by this object.
 



Copyright © 2009. All Rights Reserved.