Uses of Class
org.abstracthorizon.danube.webdav.util.Timeout

Packages that use Timeout
org.abstracthorizon.danube.webdav   
org.abstracthorizon.danube.webdav.lock   
org.abstracthorizon.danube.webdav.lock.impl   
org.abstracthorizon.danube.webdav.util   
 

Uses of Timeout in org.abstracthorizon.danube.webdav
 

Methods in org.abstracthorizon.danube.webdav that return Timeout
protected  Timeout[] BaseWebDAVResourceConnectionHandler.collectTimeouts(HTTPConnection connection)
          Collects timeouts from the "Timeout" header
 

Uses of Timeout in org.abstracthorizon.danube.webdav.lock
 

Fields in org.abstracthorizon.danube.webdav.lock declared as Timeout
protected  Timeout Lock.timeout
          Locks timeout
 

Methods in org.abstracthorizon.danube.webdav.lock that return Timeout
 Timeout Lock.getTimeout()
          Returns lock timeout
 

Methods in org.abstracthorizon.danube.webdav.lock with parameters of type Timeout
 Lock LockingMechanism.createLock(int type, int scope, Object owner, Timeout timeout, int depth)
          Creates lock
 boolean Lock.refreshTimeout(Timeout timeout)
          Refreshes locks validity by reusing given timeout
 void Lock.setTimeout(Timeout timeout)
          Sets lock timeout
 

Constructors in org.abstracthorizon.danube.webdav.lock with parameters of type Timeout
Lock(int type, int scope, Object owner, Timeout timeout, int depth)
          Constructor
 

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

Methods in org.abstracthorizon.danube.webdav.lock.impl with parameters of type Timeout
 Lock SimpleInMemoryLockingMechanism.createLock(int type, int scope, Object owner, Timeout timeout, int depth)
          Creates the lock
protected  Lock SimpleInMemoryLockingMechanism.createLockImpl(int type, int scope, Object owner, Timeout timeout, int depth)
          Constructs lock object
 

Uses of Timeout in org.abstracthorizon.danube.webdav.util
 

Fields in org.abstracthorizon.danube.webdav.util declared as Timeout
static Timeout Timeout.INFINITE
          Infinite timeout
 

Methods in org.abstracthorizon.danube.webdav.util that return Timeout
static Timeout Timeout.parse(String s)
           
 



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