public class NamedLock extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
Collection |
objects |
long |
timestamp |
UserIF |
user |
| Constructor and Description |
|---|
NamedLock(String name,
UserIF user,
Collection objects) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTimeCreated() |
UserIF |
getUser() |
boolean |
hasExpired() |
void |
setExpiry(javax.servlet.http.HttpSession session) |
public String name
public UserIF user
public Collection objects
public long timestamp
public NamedLock(String name, UserIF user, Collection objects)