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
  • Constructor Details

    • PJamaSessionManager

      public PJamaSessionManager()
  • Method Details

    • 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