Uses of Class
org.cementj.base.trans.TransactionException

Packages that use TransactionException
org.cementj.base.trans   
 

Uses of TransactionException in org.cementj.base.trans
 

Methods in org.cementj.base.trans that throw TransactionException
 void TransactionContext.begin()
          Demarks the beginning of a transaction.
 void J2EETransactionContext.begin()
           
 void TransactionContext.closeAll()
          Closes all associated database connections.
 void TransactionContext.commitAll()
          Commits your JTA transaction (or all JDBC transactions) in progress.
 void J2EETransactionContext.commitAll()
           
 java.sql.Connection TransactionContext.getConnection(java.lang.String label)
          Provides a JDBC connection given an identifying label.
 java.sql.Connection TransactionContext.getNewConnection(java.lang.String label)
          Provides a JDBC connection given an identifying label.
 java.sql.Connection JNDITransactionContext.getNewConnection(java.lang.String label)
           
 java.sql.Connection JDBCTransactionContext.getNewConnection(java.lang.String label)
           
 java.sql.Connection J2EETransactionContext.getNewConnection(java.lang.String connectPoolName)
           
 void TransactionContext.rollbackAll()
          Issues rollbacks for your JTA transaction (or all JDBC transactions) in progress.
 void J2EETransactionContext.rollbackAll()
           
 



Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.