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

Packages that use TransactionAbortedException
org.castor.persist   
org.exolab.castor.jdo The Java Data Objects API 
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of TransactionAbortedException in org.castor.persist
 

Methods in org.castor.persist that throw TransactionAbortedException
 void AbstractTransactionContext.close()
          Closes all Connections.
 void TransactionContext.close()
          Closes all Connections.
protected  void LocalTransactionContext.closeConnections()
          The derived class must implement this method and close all the connections used in this transaction.
protected  void GlobalTransactionContext.closeConnections()
          The derived class must implement this method and close all the connections used in this transaction.
protected abstract  void AbstractTransactionContext.closeConnections()
          The derived class must implement this method and close all the connections used in this transaction.
 void AbstractTransactionContext.commit()
          Commits all changes and closes the transaction releasing all locks on all objects.
 void TransactionContext.commit()
          Commits all changes and closes the transaction releasing all locks on all objects.
protected  void LocalTransactionContext.commitConnections()
          The derived class must implement this method and commit all the connections used in this transaction.
protected  void GlobalTransactionContext.commitConnections()
          The derived class must implement this method and commit all the connections used in this transaction.
protected abstract  void AbstractTransactionContext.commitConnections()
          The derived class must implement this method and commit all the connections used in this transaction.
 boolean AbstractTransactionContext.prepare()
          Prepares the transaction prior to committing it.
 boolean TransactionContext.prepare()
          Prepares the transaction prior to committing it.
 

Uses of TransactionAbortedException in org.exolab.castor.jdo
 

Subclasses of TransactionAbortedException in org.exolab.castor.jdo
 class ObjectModifiedException
          Indicates transaction has been aborted as a result of object being modified by a concurrent transaction.
 

Methods in org.exolab.castor.jdo that throw TransactionAbortedException
 void Database.commit()
          Commits and closes the transaction.
 

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

Methods in org.exolab.castor.jdo.engine that throw TransactionAbortedException
 void GlobalDatabaseImpl.commit()
           
 void LocalDatabaseImpl.commit()
           
abstract  void AbstractDatabaseImpl.commit()
          Commits and closes the transaction.
 



Copyright © 2012. All Rights Reserved.