org.apache.jcs.utils.servlet.session
Class SessionInfo

java.lang.Object
  extended byorg.apache.jcs.utils.servlet.session.SessionInfo
All Implemented Interfaces:
java.io.Serializable

public class SessionInfo
extends java.lang.Object
implements java.io.Serializable

Session information wrapper.

Author:
asmuts
See Also:
Serialized Form

Field Summary
(package private)  long creationTime
           
(package private)  long lastAccessedTime
           
(package private)  int maxInactiveInterval
          At first login this might be twice the set amount, depending on the update ration.
 
Constructor Summary
(package private) SessionInfo()
          Constructor for the SessionInfo object
 
Method Summary
 java.lang.String toString()
          Prints data to string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

creationTime

final long creationTime

lastAccessedTime

long lastAccessedTime

maxInactiveInterval

int maxInactiveInterval
At first login this might be twice the set amount, depending on the update ration.

Constructor Detail

SessionInfo

SessionInfo()
Constructor for the SessionInfo object

Method Detail

toString

public java.lang.String toString()
Prints data to string.