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

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

Uses of LockAction in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that return LockAction
static LockAction LockAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockAction[] LockAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.exolab.castor.persist with parameters of type LockAction
 ObjectLock TypeInfo.acquire(OID oid, TransactionContext tx, LockAction lockAction, int timeout)
          Acquire the object lock for transaction.
protected  void ObjectLock.acquireLock(TransactionContext tx, LockAction action, int timeout)
          The TransactionContext tries to acquire a lock for LockAction.
 



Copyright © 2012. All Rights Reserved.