public final class ActiveLock extends Object
| Constructor and Description |
|---|
ActiveLock(LockScope lockScope,
LockType lockType,
Depth depth,
Owner owner,
TimeOut timeOut,
LockToken lockToken,
LockRoot lockRoot) |
| Modifier and Type | Method and Description |
|---|---|
Depth |
depth()
Deprecated.
Since 1.1.1. Use
getDepth() instead. |
boolean |
equals(Object other) |
Depth |
getDepth() |
LockRoot |
getLockRoot() |
LockScope |
getLockScope() |
LockToken |
getLockToken() |
LockType |
getLockType() |
Owner |
getOwner() |
TimeOut |
getTimeOut() |
int |
hashCode() |
String |
toString() |
public final LockScope getLockScope()
public final LockType getLockType()
@Deprecated public final Depth depth()
getDepth() instead.public final Depth getDepth()
public final Owner getOwner()
public final TimeOut getTimeOut()
public final LockToken getLockToken()
public final LockRoot getLockRoot()
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.