ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.webdav.locking.LockedObject

Packages that use LockedObject
org.modeshape.webdav.locking   
 

Uses of LockedObject in org.modeshape.webdav.locking
 

Fields in org.modeshape.webdav.locking declared as LockedObject
protected  LockedObject[] LockedObject.children
          children of that lock
protected  LockedObject LockedObject.parent
           
protected  LockedObject ResourceLocks.root
           
protected  LockedObject ResourceLocks.tempRoot
           
 

Fields in org.modeshape.webdav.locking with type parameters of type LockedObject
protected  Hashtable<String,LockedObject> ResourceLocks.locks
          keys: path value: LockedObject from that path
protected  Hashtable<String,LockedObject> ResourceLocks.locksByID
          keys: id value: LockedObject from that id
protected  Hashtable<String,LockedObject> ResourceLocks.tempLocks
          keys: path value: Temporary LockedObject from that path
protected  Hashtable<String,LockedObject> ResourceLocks.tempLocksByID
          keys: id value: Temporary LockedObject from that id
 

Methods in org.modeshape.webdav.locking that return LockedObject
 LockedObject ResourceLocks.getLockedObjectByID(ITransaction transaction, String id)
           
 LockedObject IResourceLocks.getLockedObjectByID(ITransaction transaction, String id)
          Gets the LockedObject corresponding to specified id.
 LockedObject ResourceLocks.getLockedObjectByPath(ITransaction transaction, String path)
           
 LockedObject IResourceLocks.getLockedObjectByPath(ITransaction transaction, String path)
          Gets the LockedObject on specified path.
 LockedObject ResourceLocks.getTempLockedObjectByID(ITransaction transaction, String id)
           
 LockedObject IResourceLocks.getTempLockedObjectByID(ITransaction transaction, String id)
          Gets the LockedObject corresponding to specified id (locktoken).
 LockedObject ResourceLocks.getTempLockedObjectByPath(ITransaction transaction, String path)
           
 LockedObject IResourceLocks.getTempLockedObjectByPath(ITransaction transaction, String path)
          Gets the LockedObject on specified path.
 

Methods in org.modeshape.webdav.locking with parameters of type LockedObject
 void LockedObject.addChild(LockedObject newChild)
          adds a new child lock to this lock
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.