org.appspy.perf.servlet.provider
Class TimerDataProvider

java.lang.Object
  extended by org.appspy.perf.servlet.provider.AbstractDataProvider
      extended by org.appspy.perf.servlet.provider.TimerDataProvider
All Implemented Interfaces:
DataProvider

public class TimerDataProvider
extends AbstractDataProvider

Author:
Olivier HEDIN / olivier@appspy.org

Field Summary
static java.lang.String START_BLOCK_COUNT
           
static java.lang.String START_BLOCK_TIME
           
static java.lang.String START_CPU_TIME
           
static java.lang.String START_TIME
           
static java.lang.String START_USER_CPU_TIME
           
static java.lang.String START_WAIT_COUNT
           
static java.lang.String START_WAIT_TIME
           
 
Fields inherited from class org.appspy.perf.servlet.provider.AbstractDataProvider
mDataMap
 
Constructor Summary
TimerDataProvider()
           
 
Method Summary
 void afterRequest(ServletTimerData servletTimerData, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext servletContext, java.lang.Throwable throwable)
           
 void beforeRequest(ServletTimerData servletTimerData, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.appspy.perf.servlet.provider.AbstractDataProvider
getAttribute, getDataMap, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_TIME

public static final java.lang.String START_TIME
See Also:
Constant Field Values

START_BLOCK_TIME

public static final java.lang.String START_BLOCK_TIME
See Also:
Constant Field Values

START_BLOCK_COUNT

public static final java.lang.String START_BLOCK_COUNT
See Also:
Constant Field Values

START_CPU_TIME

public static final java.lang.String START_CPU_TIME
See Also:
Constant Field Values

START_USER_CPU_TIME

public static final java.lang.String START_USER_CPU_TIME
See Also:
Constant Field Values

START_WAIT_TIME

public static final java.lang.String START_WAIT_TIME
See Also:
Constant Field Values

START_WAIT_COUNT

public static final java.lang.String START_WAIT_COUNT
See Also:
Constant Field Values
Constructor Detail

TimerDataProvider

public TimerDataProvider()
Method Detail

afterRequest

public void afterRequest(ServletTimerData servletTimerData,
                         javax.servlet.http.HttpServletRequest req,
                         javax.servlet.http.HttpServletResponse res,
                         javax.servlet.ServletContext servletContext,
                         java.lang.Throwable throwable)

beforeRequest

public void beforeRequest(ServletTimerData servletTimerData,
                          javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res,
                          javax.servlet.ServletContext servletContext)


Copyright © 2009. All Rights Reserved.