Uses of Class
org.exolab.core.foundation.TransactionNotInProgressException

Packages that use TransactionNotInProgressException
org.exolab.core.database.recman   
org.exolab.core.foundation   
 

Uses of TransactionNotInProgressException in org.exolab.core.database.recman
 

Methods in org.exolab.core.database.recman that throw TransactionNotInProgressException
 void PMDSession.abort()
           
 void PMDSession.acquireLock(PersistentCapableIfc object, int timeout)
           
 void PMDSession.bind(java.lang.String name, PersistentCapableIfc object)
           
 void PMDSession.commit()
           
 HandleIfc PMDSession.createHandle(PersistentCapableIfc object)
          Create a handle for the specified PersistentCapableIfc object.
 void PMDSession.createObject(PersistentCapableIfc object)
           
 void PMDSession.deleteObject(PersistentCapableIfc object)
           
 PersistentCapableIfc PMDSession.retrieveObject(long id)
           
 void PMDSession.rollback()
           
 void PMDSession.setRollbackOnly(boolean status)
           
 void PMDSession.unbind(java.lang.String name)
           
 void PMDSession.updateObject(PersistentCapableIfc object)
           
 

Uses of TransactionNotInProgressException in org.exolab.core.foundation
 

Methods in org.exolab.core.foundation that throw TransactionNotInProgressException
 void TransactionIfc.abort()
          Abort the current transaction.
 void SessionIfc.acquireLock(PersistentCapableIfc object, int timeout)
          Acquire an exclusive lock on the specified object.
 void SessionIfc.bind(java.lang.String name, PersistentCapableIfc object)
          Bind the specified name to an object.
 void TransactionIfc.commit()
          Close the current transaction.
 HandleIfc SessionIfc.createHandle(PersistentCapableIfc object)
          Create a handle for the specified PersistentCapableIfc object.
 void SessionIfc.createObject(PersistentCapableIfc object)
          Create the specified persistent object in the database for this session.
 void SessionIfc.deleteObject(PersistentCapableIfc object)
          Delete the specified persistent object in the database for this session.
 PersistentCapableIfc SessionIfc.retrieveObject(long id)
          Retrieve the persistent object associated with the id.
 void TransactionIfc.rollback()
          Rollback the current transaction.
 void TransactionIfc.setRollbackOnly(boolean status)
          Set the transaction so that the only outcome is rollback.
 void SessionIfc.unbind(java.lang.String name)
          Unbind the object associated with the specified name.
 void SessionIfc.updateObject(PersistentCapableIfc object)
          Update the specified persistent object in the database for this session.
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.