net.java.dev.webdav.jaxrs.xml.elements
Class ActiveLock

java.lang.Object
  extended by net.java.dev.webdav.jaxrs.xml.elements.ActiveLock

public final class ActiveLock
extends java.lang.Object

WebDAV activelock XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.1 "activelock XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
ActiveLock(LockScope lockScope, LockType lockType, Depth depth, Owner owner, TimeOut timeOut, LockToken lockToken, LockRoot lockRoot)
           
 
Method Summary
 Depth depth()
          Deprecated. Since 1.1.1. Use getDepth() instead.
 Depth getDepth()
           
 LockRoot getLockRoot()
           
 LockScope getLockScope()
           
 LockToken getLockToken()
           
 LockType getLockType()
           
 Owner getOwner()
           
 TimeOut getTimeOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveLock

public ActiveLock(LockScope lockScope,
                  LockType lockType,
                  Depth depth,
                  Owner owner,
                  TimeOut timeOut,
                  LockToken lockToken,
                  LockRoot lockRoot)
Method Detail

getLockScope

public final LockScope getLockScope()

getLockType

public final LockType getLockType()

depth

@Deprecated
public final Depth depth()
Deprecated. Since 1.1.1. Use getDepth() instead.


getDepth

public final Depth getDepth()
Since:
1.1.1

getOwner

public final Owner getOwner()

getTimeOut

public final TimeOut getTimeOut()

getLockToken

public final LockToken getLockToken()

getLockRoot

public final LockRoot getLockRoot()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.