|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockInfo | |
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation. Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. |
| org.apache.jackrabbit.webdav.jcr | Contains JCR specific implementations. |
| org.apache.jackrabbit.webdav.jcr.transaction | |
| org.apache.jackrabbit.webdav.lock | Provides interfaces and classes for locking related issues. |
| org.apache.jackrabbit.webdav.simple | |
| org.apache.jackrabbit.webdav.transaction | Contains interfaces and classes related to transaction locks. |
| Uses of LockInfo in org.apache.jackrabbit.webdav |
|---|
| Methods in org.apache.jackrabbit.webdav that return LockInfo | |
|---|---|
LockInfo |
DavServletRequest.getLockInfo()
Return the parsed 'lockinfo' request body, the Timeout header and the Depth header
of a LOCK request as LockInfo object. |
LockInfo |
WebdavRequestImpl.getLockInfo()
LockInfo object encapsulating the information passed with a LOCK
request if the LOCK request body was valid. |
| Methods in org.apache.jackrabbit.webdav with parameters of type LockInfo | |
|---|---|
ActiveLock |
DavResource.lock(LockInfo reqLockInfo)
Lock this webdav resource with the information retrieve from the request and return the resulting lockdiscovery object. |
ActiveLock |
DavResource.refreshLock(LockInfo reqLockInfo,
java.lang.String lockToken)
Refresh an existing lock by resetting the timeout. |
| Uses of LockInfo in org.apache.jackrabbit.webdav.client.methods |
|---|
| Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type LockInfo | |
|---|---|
LockMethod(java.lang.String uri,
LockInfo lockInfo)
Creates a new LockMethod. |
|
| Uses of LockInfo in org.apache.jackrabbit.webdav.jcr |
|---|
| Methods in org.apache.jackrabbit.webdav.jcr with parameters of type LockInfo | |
|---|---|
ActiveLock |
DefaultItemCollection.lock(LockInfo reqLockInfo)
Creates a lock on this resource by locking the underlying node. |
ActiveLock |
DefaultItemCollection.refreshLock(LockInfo reqLockInfo,
java.lang.String lockToken)
Refreshes the lock on this resource. |
| Uses of LockInfo in org.apache.jackrabbit.webdav.jcr.transaction |
|---|
| Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type LockInfo | |
|---|---|
ActiveLock |
TxLockManagerImpl.createLock(LockInfo lockInfo,
DavResource resource)
Create a new lock. |
ActiveLock |
TxLockManagerImpl.refreshLock(LockInfo lockInfo,
java.lang.String lockToken,
DavResource resource)
Refresh the lock indentified by the given lock token. |
| Uses of LockInfo in org.apache.jackrabbit.webdav.lock |
|---|
| Methods in org.apache.jackrabbit.webdav.lock with parameters of type LockInfo | |
|---|---|
ActiveLock |
LockManager.createLock(LockInfo lockInfo,
DavResource resource)
Create a new lock for the given resource. |
ActiveLock |
SimpleLockManager.createLock(LockInfo lockInfo,
DavResource resource)
Adds the lock for the given resource, replacing any existing lock. |
ActiveLock |
LockManager.refreshLock(LockInfo lockInfo,
java.lang.String lockToken,
DavResource resource)
Refresh the lock identified by the given lockToken and initially created on the specified resouce. |
ActiveLock |
SimpleLockManager.refreshLock(LockInfo lockInfo,
java.lang.String lockToken,
DavResource resource)
|
| Constructors in org.apache.jackrabbit.webdav.lock with parameters of type LockInfo | |
|---|---|
DefaultActiveLock(LockInfo lockInfo)
Create a new lock |
|
| Uses of LockInfo in org.apache.jackrabbit.webdav.simple |
|---|
| Methods in org.apache.jackrabbit.webdav.simple with parameters of type LockInfo | |
|---|---|
ActiveLock |
DavResourceImpl.lock(LockInfo lockInfo)
|
ActiveLock |
DavResourceImpl.refreshLock(LockInfo lockInfo,
java.lang.String lockToken)
|
| Uses of LockInfo in org.apache.jackrabbit.webdav.transaction |
|---|
| Constructors in org.apache.jackrabbit.webdav.transaction with parameters of type LockInfo | |
|---|---|
TxActiveLock(LockInfo lockInfo)
Create a new transaction lock. If the lockInfo element is null the timeout defaults to
half and hour. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||