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 TypeMethodDescriptionvoid
Context.addSessionListener
(HttpSessionListener sessionListener) Adds the specified session listener to this context.void
Context.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) void
TomcatContext.addSessionListener
(HttpSessionListener sessionListener) void
TomcatContext.removeSessionListener
(HttpSessionListener sessionListener) Constructors in org.jboss.modcluster.container.tomcat with parameters of type HttpSessionListener