public class FileLock extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FileLock(String lockId,
String lockToken,
long expires)
Instantiates a new file lock.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
getExpires()
Gets the expires.
|
String |
getLockId()
Gets the lock id.
|
protected String |
getLockToken()
Gets the lock token.
|
protected void |
setExpires(long expires)
Sets the expires.
|
protected long getExpires()
protected void setExpires(long expires)
expires - the new expirespublic String getLockId()
protected String getLockToken()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.