|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.bugbase.servlet.SessionManager
Manages Sessions. The SessionManager intantiates lazily.
Created: Sun Jul 02 15:46:33 2000
Method Summary | |
protected static SessionManager |
getInstance()
Get the value of instance. |
static Session |
getSession(java.lang.Integer sessionID)
Returns the session with the given session id. |
protected java.util.HashMap |
getSessionMap()
Get the value of sessionMap. |
static void |
init()
Create an instance of the SessionManager. |
static Session |
register(java.lang.String userid)
Adds a session for the given userid to the session map. |
protected void |
setSessionMap(java.util.HashMap v)
Set the value of sessionMap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void init()
public static Session register(java.lang.String userid)
userid
- userid to be registeredpublic static Session getSession(java.lang.Integer sessionID)
sessionID
- session IDprotected java.util.HashMap getSessionMap()
protected void setSessionMap(java.util.HashMap v)
v
- Value to assign to sessionMap.protected static SessionManager getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |