Uses of Interface
org.abstracthorizon.danube.webdav.lock.LockingMechanism

Packages that use LockingMechanism
org.abstracthorizon.danube.webdav   
org.abstracthorizon.danube.webdav.fs   
org.abstracthorizon.danube.webdav.java   
org.abstracthorizon.danube.webdav.lock.impl   
org.abstracthorizon.danube.webdav.spring   
 

Uses of LockingMechanism in org.abstracthorizon.danube.webdav
 

Methods in org.abstracthorizon.danube.webdav that return LockingMechanism
 LockingMechanism ResourceAdapter.getLockingMechanism()
          Returns locking mechanism
 

Methods in org.abstracthorizon.danube.webdav with parameters of type LockingMechanism
protected  boolean BaseWebDAVResourceConnectionHandler.isLockedRecursive(LockingMechanism lockingMechanism, IF lockDetails, MultiStatus multiStatus, HTTPConnection httpConnection, Object resource, String path)
          Checks recursively if resource is locked and all of it's children.
protected  boolean BaseWebDAVResourceConnectionHandler.lockImpl(Response response, Lock lock, LockingMechanism lockingMechanism, LockInfo lockInfo, Object owner, boolean recursive, Object resource)
          Locks the resource
protected  boolean BaseWebDAVResourceConnectionHandler.lockRecursive(MultiStatus multiStatus, Lock lock, LockingMechanism lockingMechanism, LockInfo lockInfo, Object owner, Object resource, String path)
          Locks resource recursively.
 

Uses of LockingMechanism in org.abstracthorizon.danube.webdav.fs
 

Classes in org.abstracthorizon.danube.webdav.fs that implement LockingMechanism
 class FSLockingMechanism
           Locking mechanism that locks files on the file system by using RandomAccessFile to open the file with "rw" attributes.
 

Fields in org.abstracthorizon.danube.webdav.fs declared as LockingMechanism
protected  LockingMechanism FileSystemWebDAVResourceAdapter.lockingMechanism
          Locking mechanism to be used with this adapter
 

Methods in org.abstracthorizon.danube.webdav.fs that return LockingMechanism
 LockingMechanism FileSystemWebDAVResourceAdapter.getLockingMechanism()
          Returns locking mechanism
 

Methods in org.abstracthorizon.danube.webdav.fs with parameters of type LockingMechanism
 void FileSystemWebDAVResourceAdapter.setLockingMechanism(LockingMechanism lockingMechanism)
          Sets locking mechanism
 

Uses of LockingMechanism in org.abstracthorizon.danube.webdav.java
 

Fields in org.abstracthorizon.danube.webdav.java declared as LockingMechanism
protected  LockingMechanism JavaWebDAVResourceAdapter.lockingMechanism
          Locking mechanism.
 

Methods in org.abstracthorizon.danube.webdav.java that return LockingMechanism
 LockingMechanism JavaWebDAVResourceAdapter.getLockingMechanism()
          Returns locking mechanism
 

Methods in org.abstracthorizon.danube.webdav.java with parameters of type LockingMechanism
 void JavaWebDAVResourceAdapter.setLockingMechanism(LockingMechanism lockingMechanism)
          Sets locking mechanism
 

Uses of LockingMechanism in org.abstracthorizon.danube.webdav.lock.impl
 

Classes in org.abstracthorizon.danube.webdav.lock.impl that implement LockingMechanism
 class SimpleInMemoryLockingMechanism
          Simple, in-memory locking mechanism
 

Uses of LockingMechanism in org.abstracthorizon.danube.webdav.spring
 

Fields in org.abstracthorizon.danube.webdav.spring declared as LockingMechanism
protected  LockingMechanism SpringResourceWebDAVResourceAdapter.lockingMechanism
          Locking mechanism to be used with this adapter
 

Methods in org.abstracthorizon.danube.webdav.spring that return LockingMechanism
 LockingMechanism SpringResourceWebDAVResourceAdapter.getLockingMechanism()
          Returns locking mechanism
 

Methods in org.abstracthorizon.danube.webdav.spring with parameters of type LockingMechanism
 void SpringResourceWebDAVResourceAdapter.setLockingMechanism(LockingMechanism lockingMechanism)
          Sets locking mechanism
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.