| |
|
| java.lang.Object com.flexive.war.webdav.LockInfo
LockInfo | class LockInfo (Code) | | Holds a lock information.
|
Constructor Summary | |
public | LockInfo() Constructor. |
Method Summary | |
public boolean | hasExpired() Return true if the lock has expired. | public boolean | isExclusive() Return true if the lock is exclusive. | public String | toString() Get a String representation of this lock token. | public void | toXML(XMLWriter generatedXML) Get an XML representation of this lock token. |
INFINITY | final static int INFINITY(Code) | | |
expiresAt | long expiresAt(Code) | | |
LockInfo | public LockInfo()(Code) | | Constructor.
|
hasExpired | public boolean hasExpired()(Code) | | Return true if the lock has expired.
|
isExclusive | public boolean isExclusive()(Code) | | Return true if the lock is exclusive.
|
toString | public String toString()(Code) | | Get a String representation of this lock token.
|
toXML | public void toXML(XMLWriter generatedXML)(Code) | | Get an XML representation of this lock token. This method will
append an XML fragment to the given XML writer.
|
|
|
|