Uses of Class
org.exolab.castor.persist.ObjectLock

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

Uses of ObjectLock in org.castor.persist
 

Methods in org.castor.persist that return ObjectLock
 ObjectLock TransactionContext.getWaitOnLock()
          Returns the lock which this transaction attempts to acquire.
 ObjectLock AbstractTransactionContext.getWaitOnLock()
          Returns the lock which this transaction attempts to acquire.
 

Methods in org.castor.persist with parameters of type ObjectLock
 void TransactionContext.setWaitOnLock(ObjectLock lock)
          Indicates which lock this transaction is waiting for.
 void AbstractTransactionContext.setWaitOnLock(ObjectLock lock)
          Indicates which lock this transaction is waiting for.
 

Uses of ObjectLock in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist with parameters of type ObjectLock
 void ClassMolder.expireCache(TransactionContext tx, ObjectLock locker)
          Inspect the fields stored in the object passed as an argument for contained objects.
 



Copyright © 2010. All Rights Reserved.