Uses of Interface
org.jboss.modcluster.container.listeners.HttpSessionListener
Packages that use HttpSessionListener
-
Uses of HttpSessionListener in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container with parameters of type HttpSessionListenerModifier and TypeMethodDescriptionvoidContext.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 HttpSessionListenerModifier and TypeMethodDescriptionTomcatContext.adaptSessionListener(HttpSessionListener sessionListener) voidTomcatContext.addSessionListener(HttpSessionListener sessionListener) voidTomcatContext.removeSessionListener(HttpSessionListener sessionListener) Constructors in org.jboss.modcluster.container.tomcat with parameters of type HttpSessionListener