Package | Description |
---|---|
org.modeshape.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LockedObject.addChild(LockedObject newChild)
adds a new child lock to this lock
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.