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

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

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

Methods in org.exolab.core.database.recman that throw FailedToAcquireLockException
 void PMDSession.acquireLock(PersistentCapableIfc object, int timeout)
           
 

Uses of FailedToAcquireLockException in org.exolab.core.foundation
 

Methods in org.exolab.core.foundation that throw FailedToAcquireLockException
 void LockServiceIfc.acquireExclusiveLock(SessionIfc session, PersistentObject obj)
          Acquire an exclusive lock on the specified object.
 void LockServiceIfc.acquireExclusiveLock(SessionIfc session, PersistentObject obj, long wait)
          Acquire an exclusive lock on the specified object.
 void SessionIfc.acquireLock(PersistentCapableIfc object, int timeout)
          Acquire an exclusive lock on the specified object.
 void LockServiceIfc.acquireReadLock(SessionIfc session, PersistentObject obj)
          Acquire a read lock on the specified PersistentObject.
 void LockServiceIfc.acquireReadLock(SessionIfc session, PersistentObject obj, long wait)
          Acquire a read lock on the specified PersistentObject.
 boolean LockServiceIfc.aquireWriteLock(SessionIfc session, PersistentObject obj)
          Acquire a write lock on the specified PersistentObject.
 boolean LockServiceIfc.aquireWriteLock(SessionIfc session, PersistentObject obj, long wait)
          Acquire a write lock on the specified PersistentObject.
 



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