net.ontopia.topicmaps.webed.impl.utils
Class NamedLock

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.utils.NamedLock

public class NamedLock
extends Object

INTERNAL.


Field Summary
 String name
           
 Collection objects
           
 long timestamp
           
 UserIF user
           
 
Constructor Summary
NamedLock(String name, UserIF user, Collection objects)
           
 
Method Summary
 String getTimeCreated()
           
 UserIF getUser()
           
 boolean hasExpired()
           
 void setExpiry(javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

user

public UserIF user

objects

public Collection objects

timestamp

public long timestamp
Constructor Detail

NamedLock

public NamedLock(String name,
                 UserIF user,
                 Collection objects)
Method Detail

setExpiry

public void setExpiry(javax.servlet.http.HttpSession session)

hasExpired

public boolean hasExpired()

getUser

public UserIF getUser()

getTimeCreated

public String getTimeCreated()


Copyright © 2000-2012 Ontopia.