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

Packages that use LockNotGrantedException
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking. 
 

Uses of LockNotGrantedException in org.exolab.castor.persist
 

Subclasses of LockNotGrantedException in org.exolab.castor.persist
 class ObjectDeletedWaitingForLockException
          Thrown to indicate that a lock attempt has failed due to object being deleted by a concurrent transaction.
 

Methods in org.exolab.castor.persist that throw LockNotGrantedException
 void LockEngine.softLock(TransactionContext tx, OID oid, int timeout)
          Acquire a write lock on the object in memory.
 



Copyright © 2010. All Rights Reserved.