Uses of Interface
org.jboss.modcluster.container.listeners.HttpSessionListener
-
Packages that use HttpSessionListener Package Description org.jboss.modcluster.container org.jboss.modcluster.container.tomcat -
-
Uses of HttpSessionListener in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container with parameters of type HttpSessionListener Modifier and Type Method Description voidContext. addSessionListener(HttpSessionListener sessionListener)Adds the specified session listener to this context.voidContext. removeSessionListener(HttpSessionListener sessionListener)Removes the specified session listener to this context. -
Uses of HttpSessionListener in org.jboss.modcluster.container.tomcat
Methods in org.jboss.modcluster.container.tomcat with parameters of type HttpSessionListener Modifier and Type Method Description ObjectTomcatContext. adaptSessionListener(HttpSessionListener sessionListener)voidTomcatContext. addSessionListener(HttpSessionListener sessionListener)voidTomcatContext. removeSessionListener(HttpSessionListener sessionListener)Constructors in org.jboss.modcluster.container.tomcat with parameters of type HttpSessionListener Constructor Description JakartaHttpSessionListener(HttpSessionListener sessionListener)JavaxHttpSessionListener(HttpSessionListener sessionListener)
-