Package com.atlassian.bamboo.session
Class SeraphHttpSessionDestroyedListener
java.lang.Object
com.atlassian.bamboo.session.SeraphHttpSessionDestroyedListener
- All Implemented Interfaces:
EventListener
,javax.servlet.http.HttpSessionListener
public class SeraphHttpSessionDestroyedListener
extends Object
implements javax.servlet.http.HttpSessionListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sessionCreated
(javax.servlet.http.HttpSessionEvent se) void
sessionDestroyed
(javax.servlet.http.HttpSessionEvent se)
-
Constructor Details
-
SeraphHttpSessionDestroyedListener
public SeraphHttpSessionDestroyedListener()
-
-
Method Details
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se) - Specified by:
sessionCreated
in interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se) - Specified by:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
-