Uses of Class
org.outerj.daisy.repository.LockType

Packages that use LockType
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
 

Uses of LockType in org.outerj.daisy.repository
 

Fields in org.outerj.daisy.repository declared as LockType
static LockType LockType.WARN
           
static LockType LockType.PESSIMISTIC
           
 

Methods in org.outerj.daisy.repository that return LockType
 LockType LockInfo.getType()
          Get the type of lock.
static LockType LockType.getByCode(java.lang.String code)
           
static LockType LockType.fromString(java.lang.String lockTypeString)
           
 

Methods in org.outerj.daisy.repository with parameters of type LockType
 boolean Document.lock(long duration, LockType lockType)
          Takes a lock on the document variant.
 



Copyright © -2005 . All Rights Reserved.