Package org.apache.openejb.server.httpd
Class HttpRequestImpl.SessionInvalidateListener
java.lang.Object
org.apache.openejb.server.httpd.ServletSessionAdapter
org.apache.openejb.server.httpd.HttpRequestImpl.SessionInvalidateListener
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession,HttpSession
- Enclosing class:
- HttpRequestImpl
-
Field Summary
Fields inherited from class org.apache.openejb.server.httpd.ServletSessionAdapter
session -
Constructor Summary
ConstructorsConstructorDescriptionSessionInvalidateListener(jakarta.servlet.http.HttpSession session, BeginWebBeansListener end) -
Method Summary
Methods inherited from class org.apache.openejb.server.httpd.ServletSessionAdapter
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
SessionInvalidateListener
public SessionInvalidateListener(jakarta.servlet.http.HttpSession session, BeginWebBeansListener end)
-
-
Method Details
-
invalidate
public void invalidate()- Specified by:
invalidatein interfacejakarta.servlet.http.HttpSession- Overrides:
invalidatein classServletSessionAdapter
-