|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object be.re.webdav.Client.Lock
public static class Client.Lock
Represents a lock.
Field Summary | |
---|---|
String |
depth
The depth of a lock. |
boolean |
exclusive
The lock is exclusive when this field is true , otherwise it
is shared. |
String |
owner
The owner of a lock. |
URL |
root
The lock root, which is the URL through which the resource was addressed in the LOCK request. |
int |
timeoutSeconds
The number of seconds remaining before a lock expires. |
String |
token
The lock token. |
boolean |
write
Indicates if this lock is a write lock. |
Constructor Summary | |
---|---|
Client.Lock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String depth
public boolean exclusive
true
, otherwise it
is shared.
public String owner
public URL root
public int timeoutSeconds
-1
indicates infinity.
public String token
public boolean write
Constructor Detail |
---|
public Client.Lock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |