sunlabs.brazil.session
Class PJamaSessionManager

java.lang.Object
  extended by sunlabs.brazil.session.SessionManager
      extended by sunlabs.brazil.session.PJamaSessionManager

public class PJamaSessionManager
extends SessionManager

Use pJama to implement persistant sessions.

Version:
1.0, 08/20/98
Author:
Stephen Uhler

Constructor Summary
PJamaSessionManager()
           
 
Method Summary
protected  void putObj(Object session, Object ident, Object value)
          Return the object associated with this session.
 
Methods inherited from class sunlabs.brazil.session.SessionManager
get, getObj, getSession, makeKey, put, remove, removeObj, setSessionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PJamaSessionManager

public PJamaSessionManager()
Method Detail

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 session
ident - The session user's identity
myClass - The class to create a new instance of for a new session