creamtec.webcream.servlet
Class SessionManager.SessionInfo

java.lang.Object
  extended by creamtec.webcream.servlet.SessionManager.SessionInfo
Enclosing class:
SessionManager

public static class SessionManager.SessionInfo
extends java.lang.Object

Stores information about the managed session


Field Summary
 long lastOperationTime
           
 SessionListener listener
           
 java.lang.Object session
           
 
Constructor Summary
SessionManager.SessionInfo(java.lang.Object session, SessionListener listener)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastOperationTime

public long lastOperationTime

session

public java.lang.Object session

listener

public SessionListener listener
Constructor Detail

SessionManager.SessionInfo

public SessionManager.SessionInfo(java.lang.Object session,
                                  SessionListener listener)


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.