org.dasein.attributes.filter
Class PerformanceFilter

java.lang.Object
  extended by org.dasein.attributes.filter.PerformanceFilter
All Implemented Interfaces:
Filter

public class PerformanceFilter
extends Object
implements Filter


Constructor Summary
PerformanceFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig cfg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceFilter

public PerformanceFilter()
Method Detail

doFilter

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

destroy

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

init

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


Copyright © 2012 enStratus Networks Inc. All Rights Reserved.