Package jenkins
Class JenkinsHttpSessionListener
- java.lang.Object
-
- jenkins.JenkinsHttpSessionListener
-
- All Implemented Interfaces:
EventListener
,javax.servlet.http.HttpSessionListener
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class JenkinsHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Web container hook for theHttpSessionListener
ExtensionPoint
.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description JenkinsHttpSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
void
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
- Specified by:
sessionCreated
in interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
- Specified by:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
-
-