Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » tomcat » core » [javadoc | source]
org.apache.tomcat.core
public class: ServerSession [javadoc | source]
java.lang.Object
   org.apache.tomcat.core.ServerSession
Core implementation of a server session
Constructor:
 ServerSession(String id) 
Method from org.apache.tomcat.core.ServerSession Summary:
accessed,   getApplicationSession,   getCreationTime,   getId,   getLastAccessedTime,   getMaxInactiveInterval,   getValue,   getValueNames,   invalidate,   putValue,   reap,   removeApplicationSession,   removeValue,   setMaxInactiveInterval,   validate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.core.ServerSession Detail:
  void accessed() 
    Called by context when request comes in so that accesses and inactivities can be dealt with accordingly.
 public ApplicationSession getApplicationSession(Context context,
    boolean create) 
 public long getCreationTime() 
 public String getId() 
 public long getLastAccessedTime() 
 public int getMaxInactiveInterval() 
 public Object getValue(String name) 
 public Enumeration getValueNames() 
 synchronized  void invalidate() 
 public  void putValue(String name,
    Object value) 
 synchronized  void reap() 
  void removeApplicationSession(Context context) 
 public  void removeValue(String name) 
 public  void setMaxInactiveInterval(int interval) 
  void validate()