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

Packages that use TransactionNotInProgressException
org.exolab.castor.jdo The Java Data Objects API 
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 GlobalDatabaseImpl.commit()
           
 void LocalDatabaseImpl.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 GlobalDatabaseImpl.rollback()
           
 void LocalDatabaseImpl.rollback()
           
abstract  void AbstractDatabaseImpl.rollback()
          Rolls back and closes the transaction.
 



Copyright © 2012. All Rights Reserved.