Uses of Interface
javax.jcr.lock.Lock

Packages that use Lock
com.jeceira.item.proxy   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
 

Uses of Lock in com.jeceira.item.proxy
 

Methods in com.jeceira.item.proxy that return Lock
 Lock NodeProxy.getLock()
           
 Lock NodeProxy.lock(boolean isDeep, boolean isSessionScoped)
           
 

Uses of Lock in javax.jcr
 

Methods in javax.jcr that return Lock
 Lock Node.lock(boolean isDeep, boolean isSessionScoped)
          Places a lock on this node.
 Lock Node.getLock()
          Returns the Lock object that applies to this node.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.