org.skunk.dav.client
Class Lock

java.lang.Object
  |
  +--org.skunk.dav.client.Lock

public class Lock
extends java.lang.Object

a struct that stores information pertaining to a lock.


Constructor Summary
Lock(LockScope lockScope, LockType lockType)
           
Lock(LockScope lockScope, LockType lockType, Depth depth, Timeout timeout, java.lang.String lockToken, java.lang.String owner)
           
 
Method Summary
 Depth getDepth()
           
 LockScope getLockScope()
           
 java.lang.String getLockToken()
           
 LockType getLockType()
           
 java.lang.String getOwner()
           
 Timeout getTimeout()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lock

public Lock(LockScope lockScope,
            LockType lockType,
            Depth depth,
            Timeout timeout,
            java.lang.String lockToken,
            java.lang.String owner)

Lock

public Lock(LockScope lockScope,
            LockType lockType)
Method Detail

getLockScope

public LockScope getLockScope()

getLockType

public LockType getLockType()

getDepth

public Depth getDepth()

getTimeout

public Timeout getTimeout()

getLockToken

public java.lang.String getLockToken()

getOwner

public java.lang.String getOwner()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object