org.apache.openejb.server.httpd
Class HttpRequestImpl.SessionInvalidateListener

java.lang.Object
  extended by org.apache.openejb.server.httpd.ServletSessionAdapter
      extended by org.apache.openejb.server.httpd.HttpRequestImpl.SessionInvalidateListener
All Implemented Interfaces:
javax.servlet.http.HttpSession
Enclosing class:
HttpRequestImpl

protected static class HttpRequestImpl.SessionInvalidateListener
extends ServletSessionAdapter


Field Summary
 
Fields inherited from class org.apache.openejb.server.httpd.ServletSessionAdapter
session
 
Constructor Summary
HttpRequestImpl.SessionInvalidateListener(javax.servlet.http.HttpSession session, EndWebBeansListener end)
           
 
Method Summary
 void invalidate()
           
 
Methods inherited from class org.apache.openejb.server.httpd.ServletSessionAdapter
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestImpl.SessionInvalidateListener

public HttpRequestImpl.SessionInvalidateListener(javax.servlet.http.HttpSession session,
                                                 EndWebBeansListener end)
Method Detail

invalidate

public void invalidate()
Specified by:
invalidate in interface javax.servlet.http.HttpSession
Overrides:
invalidate in class ServletSessionAdapter


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.