org.apache.geronimo.samples.daytrader.web
Class OrdersAlertFilter

java.lang.Object
  extended by org.apache.geronimo.samples.daytrader.web.OrdersAlertFilter
All Implemented Interfaces:
Filter

public class OrdersAlertFilter
extends Object
implements Filter


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

Constructor Detail

OrdersAlertFilter

public OrdersAlertFilter()
Constructor for CompletedOrdersAlertFilter

Method Detail

init

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

doFilter

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

destroy

public void destroy()
Specified by:
destroy in interface Filter
See Also:
Filter.destroy()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.