Class SessionManager.SessionWrapper
java.lang.Object
java.util.EventObject
jakarta.servlet.http.HttpSessionEvent
org.apache.openejb.server.httpd.session.SessionManager.SessionWrapper
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SessionManager
public static class SessionManager.SessionWrapper
extends jakarta.servlet.http.HttpSessionEvent
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal WebContextfinal BeginWebBeansListenerfinal EndWebBeansListenerfinal HttpSessionFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSessionWrapper(BeginWebBeansListener begin, EndWebBeansListener end, HttpSession session, WebContext app) -
Method Summary
Methods inherited from class jakarta.servlet.http.HttpSessionEvent
getSessionMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
begin
-
end
-
session
-
app
-
-
Constructor Details
-
SessionWrapper
public SessionWrapper(BeginWebBeansListener begin, EndWebBeansListener end, HttpSession session, WebContext app)
-