com.trendmicro.grid.acl
Class SessionHandlerFactory.LTHashSessionManager.LTSession

java.lang.Object
  extended by org.eclipse.jetty.server.session.AbstractSessionManager.Session
      extended by com.trendmicro.grid.acl.SessionHandlerFactory.LTHashSessionManager.LTSession
All Implemented Interfaces:
Serializable, javax.servlet.http.HttpSession, org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf
Enclosing class:
SessionHandlerFactory.LTHashSessionManager

protected class SessionHandlerFactory.LTHashSessionManager.LTSession
extends org.eclipse.jetty.server.session.AbstractSessionManager.Session

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.jetty.server.session.AbstractSessionManager.Session
_accessed, _clusterId, _cookieSet, _created, _doInvalidate, _idChanged, _invalid, _lastAccessed, _maxIdleMs, _newSession, _nodeId, _requests, _values
 
Constructor Summary
protected SessionHandlerFactory.LTHashSessionManager.LTSession(javax.servlet.http.HttpServletRequest request)
           
protected SessionHandlerFactory.LTHashSessionManager.LTSession(long created, String clusterId)
           
 
Method Summary
protected  void timeout()
           
 
Methods inherited from class org.eclipse.jetty.server.session.AbstractSessionManager.Session
access, bindValue, complete, cookieSet, didActivate, doInvalidate, getAttribute, getAttributeNames, getClusterId, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNodeId, getServletContext, getSession, getSessionContext, getValue, getValueNames, initValues, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setIdChanged, toString, unbindValue, willPassivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionHandlerFactory.LTHashSessionManager.LTSession

protected SessionHandlerFactory.LTHashSessionManager.LTSession(javax.servlet.http.HttpServletRequest request)

SessionHandlerFactory.LTHashSessionManager.LTSession

protected SessionHandlerFactory.LTHashSessionManager.LTSession(long created,
                                                               String clusterId)
Method Detail

timeout

protected void timeout()
                throws IllegalStateException
Overrides:
timeout in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Throws:
IllegalStateException