Class JakartaHttpSessionListener
java.lang.Object
org.jboss.modcluster.container.tomcat.JakartaHttpSessionListener
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener,EventListener
public class JakartaHttpSessionListener
extends Object
implements jakarta.servlet.http.HttpSessionListener
Adapts
HttpSessionListener to HttpSessionListener.- Author:
- Radoslav Husar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsessionCreated(jakarta.servlet.http.HttpSessionEvent se) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent se)
-
Constructor Details
-
JakartaHttpSessionListener
-
-
Method Details
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent se) - Specified by:
sessionCreatedin interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent se) - Specified by:
sessionDestroyedin interfacejakarta.servlet.http.HttpSessionListener
-
equals
-
hashCode
public int hashCode()
-