| Package | Description |
|---|---|
| net.sf.webdav.locking |
| Modifier and Type | Field and Description |
|---|---|
protected LockedObject[] |
LockedObject._children
children of that lock
|
protected LockedObject |
LockedObject._parent |
protected LockedObject |
ResourceLocks._root |
protected LockedObject |
ResourceLocks._tempRoot |
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
LockedObject |
IResourceLocks.getLockedObjectByID(ITransaction transaction,
String id)
Gets the LockedObject corresponding to specified id.
|
LockedObject |
ResourceLocks.getLockedObjectByID(ITransaction transaction,
String id) |
LockedObject |
IResourceLocks.getLockedObjectByPath(ITransaction transaction,
String path)
Gets the LockedObject on specified path.
|
LockedObject |
ResourceLocks.getLockedObjectByPath(ITransaction transaction,
String path) |
LockedObject |
IResourceLocks.getTempLockedObjectByID(ITransaction transaction,
String id)
Gets the LockedObject corresponding to specified id (locktoken).
|
LockedObject |
ResourceLocks.getTempLockedObjectByID(ITransaction transaction,
String id) |
LockedObject |
IResourceLocks.getTempLockedObjectByPath(ITransaction transaction,
String path)
Gets the LockedObject on specified path.
|
LockedObject |
ResourceLocks.getTempLockedObjectByPath(ITransaction transaction,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
LockedObject.addChild(LockedObject newChild)
adds a new child lock to this lock
|
Copyright © 2011-2013. All Rights Reserved.