Uses of Class
org.exolab.castor.jdo.TransactionNotInProgressException

Packages that use TransactionNotInProgressException
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection. 
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of TransactionNotInProgressException in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo that throw TransactionNotInProgressException
 void Database.commit()
          Commits and closes the transaction.
 void Database.rollback()
          Rolls back and closes the transaction.
 

Uses of TransactionNotInProgressException in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine that throw TransactionNotInProgressException
 void LocalDatabaseImpl.commit()
           
 void GlobalDatabaseImpl.commit()
           
abstract  void AbstractDatabaseImpl.commit()
          Commits and closes the transaction.
 TransactionContext AbstractDatabaseImpl.getCurrentTransaction()
          Gets the current Castor transaction in use.
protected  TransactionContext AbstractDatabaseImpl.getTransaction()
          Returns the currently active transaction, if any.
 void LocalDatabaseImpl.rollback()
           
 void GlobalDatabaseImpl.rollback()
           
abstract  void AbstractDatabaseImpl.rollback()
          Rolls back and closes the transaction.
 



Copyright © 2010. All Rights Reserved.