|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsmbdav.LockInfo
smbdav.Lock
Represents an active lock.
Constructor Summary | |
Lock()
|
Method Summary | |
abstract java.security.Principal |
getPrincipal()
Returns the principal owning this lock. |
abstract java.lang.String |
getToken()
Returns the token associated with this lock. |
java.lang.String |
toString()
|
Methods inherited from class smbdav.LockInfo |
getDepth, getOwner, getTimeout, isExclusive, setDepth, setExclusive, setOwner, setTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Lock()
Method Detail |
public abstract java.lang.String getToken()
String
containing the associated lock
token URI (typically an "opaquelocktoken" URI).public abstract java.security.Principal getPrincipal()
Principal
representing the lock owner.public java.lang.String toString()
toString
in class LockInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |