com.atlassian.confluence.jmx
Class JmxFilter

java.lang.Object
  extended by com.atlassian.confluence.jmx.JmxFilter
All Implemented Interfaces:
Filter

public class JmxFilter
extends Object
implements Filter

This filter will profile incoming requests to measure :

This adds some overhead to each page request, so it may be worth not adding this filter to the chain by default.


Constructor Summary
JmxFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 RequestMetrics getRequestMetrics()
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxFilter

public JmxFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter

getRequestMetrics

public RequestMetrics getRequestMetrics()


Confluence is developed by Atlassian.