public class PJamaSessionManager extends SessionManager
Constructor and Description |
---|
PJamaSessionManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
putObj(java.lang.Object session,
java.lang.Object ident,
java.lang.Object value)
Return the object associated with this session.
|
get, getObj, getSession, makeKey, put, remove, removeObj, setSessionManager
protected void putObj(java.lang.Object session, java.lang.Object ident, java.lang.Object value)
myClass.
putObj
in class SessionManager
session
- The object identifying the sessionident
- The session user's identitymyClass
- The class to create a new instance of for a new session