Uses of Interface
org.apache.jackrabbit.webdav.lock.LockEntry

Packages that use LockEntry
org.apache.jackrabbit.webdav.jcr.lock   
org.apache.jackrabbit.webdav.lock   
org.apache.jackrabbit.webdav.transaction   
 

Uses of LockEntry in org.apache.jackrabbit.webdav.jcr.lock
 

Classes in org.apache.jackrabbit.webdav.jcr.lock that implement LockEntry
 class SessionScopedLockEntry
          SessionScopedLockEntry represents the 'session-scoped' write lock as defined by JCR.
 

Uses of LockEntry in org.apache.jackrabbit.webdav.lock
 

Classes in org.apache.jackrabbit.webdav.lock that implement LockEntry
 class AbstractLockEntry
          AbstractLockEntry provides the generic XmlSerializable.toXml(org.w3c.dom.Document) method.
 

Methods in org.apache.jackrabbit.webdav.lock with parameters of type LockEntry
 void SupportedLock.addEntry(LockEntry entry)
          Adds a capability to this lock support.
 

Uses of LockEntry in org.apache.jackrabbit.webdav.transaction
 

Classes in org.apache.jackrabbit.webdav.transaction that implement LockEntry
 class TxLockEntry
          TxLockEntry represents the lock entry objects allowed for a transaction lock.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.