|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockedObject | |
|---|---|
| net.sf.webdav.locking | |
| Uses of LockedObject in net.sf.webdav.locking |
|---|
| Fields in net.sf.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 net.sf.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 net.sf.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 net.sf.webdav.locking with parameters of type LockedObject | |
|---|---|
void |
LockedObject.addChild(LockedObject newChild)
adds a new child lock to this lock |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||