sunlabs.brazil.session
Class PJamaSessionManager
java.lang.Object
sunlabs.brazil.session.SessionManager
sunlabs.brazil.session.PJamaSessionManager
public class PJamaSessionManager
- extends SessionManager
Use pJama to implement persistant sessions.
- Version:
- 1.0, 08/20/98
- Author:
- Stephen Uhler
Method Summary |
protected void |
putObj(Object session,
Object ident,
Object value)
Return the object associated with this session. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PJamaSessionManager
public PJamaSessionManager()
putObj
protected void putObj(Object session,
Object ident,
Object value)
- Return the object associated with this session. If the session doesn't
already exist, it is created by calling newinstance() with
myClass.
- Overrides:
putObj
in class SessionManager
- Parameters:
session
- The object identifying the sessionident
- The session user's identitymyClass
- The class to create a new instance of for a new session