com.atlassian.jira.instrumentation.httpsession
Class HttpSessionInstrumentationSupport

java.lang.Object
  extended by com.atlassian.jira.instrumentation.httpsession.HttpSessionInstrumentationSupport
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener

public class HttpSessionInstrumentationSupport
extends Object
implements javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionAttributeListener

Keeps track of HttpSession related stuff

Since:
v4.4

Constructor Summary
HttpSessionInstrumentationSupport()
           
 
Method Summary
 void attributeAdded(javax.servlet.http.HttpSessionBindingEvent se)
           
 void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent se)
           
 void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent se)
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent se)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionInstrumentationSupport

public HttpSessionInstrumentationSupport()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

attributeAdded

public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent se)
Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener

attributeRemoved

public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent se)
Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener

attributeReplaced

public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent se)
Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener


Copyright © 2002-2014 Atlassian. All Rights Reserved.