public interface SearchWriterLock
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpires()
The date when the lock will expire
|
String |
getId() |
String |
getLockkey()
The name of the lock
|
String |
getNodename()
the name of the node holding the lock
|
void |
setExpires(Date expires)
The date when the lock will expire
|
void |
setId(String id) |
void |
setLockkey(String lockkey)
The name of the lock
|
void |
setNodename(String nodeName)
the name of the node holding the lock
|
String getId()
void setId(String id)
String getNodename()
void setNodename(String nodeName)
nodeName - void setLockkey(String lockkey)
lockkey - String getLockkey()
void setExpires(Date expires)
expires - Date getExpires()
Copyright © 2003–2014 Sakai Project. All rights reserved.