|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockableResource | |
|---|---|
| com.bradmcevoy.http | |
| com.bradmcevoy.http.webdav | |
| com.ettrema.http.fs | |
| Uses of LockableResource in com.bradmcevoy.http |
|---|
| Subinterfaces of LockableResource in com.bradmcevoy.http | |
|---|---|
interface |
LockingCollectionResource
A collection which allows locking "unmapped resources". |
interface |
LockNullResource
(from the spec) 7.4 Write Locks and Null Resources It is possible to assert a write lock on a null resource in order to lock the name. |
| Uses of LockableResource in com.bradmcevoy.http.webdav |
|---|
| Methods in com.bradmcevoy.http.webdav with parameters of type LockableResource | |
|---|---|
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,
java.lang.String ifHeader)
|
| Uses of LockableResource in com.ettrema.http.fs |
|---|
| Methods in com.ettrema.http.fs with parameters of type LockableResource | |
|---|---|
LockToken |
SimpleLockManager.getCurrentToken(LockableResource r)
|
LockToken |
LockManager.getCurrentToken(LockableResource resource)
|
LockResult |
SimpleLockManager.lock(LockTimeout timeout,
LockInfo lockInfo,
LockableResource r)
|
LockResult |
LockManager.lock(LockTimeout timeout,
LockInfo lockInfo,
LockableResource resource)
|
LockResult |
SimpleLockManager.refresh(java.lang.String tokenId,
LockableResource resource)
|
LockResult |
LockManager.refresh(java.lang.String token,
LockableResource resource)
|
void |
SimpleLockManager.unlock(java.lang.String tokenId,
LockableResource r)
|
void |
LockManager.unlock(java.lang.String tokenId,
LockableResource resource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||