com.creamtec.ajaxswing.servlet
Class SessionManager.SessionInfo

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

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

Stores information about the managed session


Field Summary
 ClientAgentRemote agent
           
 long lastOperationTime
           
 SessionListener listener
           
 java.lang.Object session
           
 
Constructor Summary
SessionManager.SessionInfo(java.lang.Object session, SessionListener listener, ClientAgentRemote agent)
           
 
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

agent

public ClientAgentRemote agent
Constructor Detail

SessionManager.SessionInfo

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


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