LockToken |
LockingCollectionResource.createAndLock(String name,
LockTimeout timeout,
LockInfo lockInfo)
Create an empty non-collection resource of the given name and immediately
lock it
|
LockToken |
LockableResource.lock(LockTimeout timeout,
LockInfo lockInfo)
Lock this resource and return a token
|
protected void |
LockHandler.processNewLock(HttpManager milton,
Request request,
Response response,
LockableResource r,
LockTimeout timeout) |
protected void |
LockHandler.processRefresh(HttpManager milton,
Request request,
Response response,
LockableResource r,
LockTimeout timeout,
String ifHeader) |