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.PESSIMISTIC
           
static LockType LockType.WARN
           
 

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

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 © -2012 . All Rights Reserved.