com.atlassian.jira.soap.axis
Class JiraAxisHttpListener

java.lang.Object
  extended by org.apache.axis.transport.http.AxisHTTPSessionListener
      extended by com.atlassian.jira.soap.axis.JiraAxisHttpListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class JiraAxisHttpListener
extends org.apache.axis.transport.http.AxisHTTPSessionListener

This listener is a workaround for JRA-5199. A candidate to be removed


Field Summary
 
Fields inherited from class org.apache.axis.transport.http.AxisHTTPSessionListener
log
 
Constructor Summary
JiraAxisHttpListener()
           
 
Method Summary
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 
Methods inherited from class org.apache.axis.transport.http.AxisHTTPSessionListener
sessionCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraAxisHttpListener

public JiraAxisHttpListener()
Method Detail

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener
Overrides:
sessionDestroyed in class org.apache.axis.transport.http.AxisHTTPSessionListener


Copyright © 2002-2009 Atlassian. All Rights Reserved.