C D G I M N R S T

C

COUNTER_RUNTIME_BEAN_NAME - Static variable in class net.sf.sensor.support.spring.SpringBeanNameConstants
The bean name of the CounterRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

D

doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class net.sf.sensor.support.spring.web.RequestTimingServletFilter
 

G

GAUGE_RUNTIME_BEAN_NAME - Static variable in class net.sf.sensor.support.spring.SpringBeanNameConstants
The bean name of the TimerRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

I

initFilterBean() - Method in class net.sf.sensor.support.spring.web.RequestTimingServletFilter
This method uses WebApplicationContextUtils to retrieve the Spring the Spring application context (if there is any) from the servlet context and looks up a reference to the TimerRuntime defined in the default sensor Spring configuration.
invoke(MethodInvocation) - Method in class net.sf.sensor.support.spring.MethodTimingInterceptor
Wraps the intercepted method call in a Timer using the method signature as the Timer label.

M

METER_RUNTIME_BEAN_NAME - Static variable in class net.sf.sensor.support.spring.SpringBeanNameConstants
The bean name of the MeterRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.
MethodTimingInterceptor - class net.sf.sensor.support.spring.MethodTimingInterceptor.
Spring method interceptor that wraps a method call in a Sensor Timer using the dependency injected TimerRuntime.
MethodTimingInterceptor() - Constructor for class net.sf.sensor.support.spring.MethodTimingInterceptor
 

N

net.sf.sensor.support.spring - package net.sf.sensor.support.spring
 
net.sf.sensor.support.spring.web - package net.sf.sensor.support.spring.web
 

R

RequestTimingServletFilter - class net.sf.sensor.support.spring.web.RequestTimingServletFilter.
This Filter implementation will try to lookup the default instance of TimerRuntime in Spring by using WebApplicationContextUtils to retrieve the Spring application context.
RequestTimingServletFilter() - Constructor for class net.sf.sensor.support.spring.web.RequestTimingServletFilter
 

S

SpringBeanNameConstants - class net.sf.sensor.support.spring.SpringBeanNameConstants.
Class containing constants for referring to the bean names of the various sensor classes as defined in the default Spring config file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.
SpringBeanNameConstants() - Constructor for class net.sf.sensor.support.spring.SpringBeanNameConstants
 
setAssociatedLabels(Set) - Method in class net.sf.sensor.support.spring.MethodTimingInterceptor
Sets the associatedLabels.
setTimerRuntime(TimerRuntime) - Method in class net.sf.sensor.support.spring.MethodTimingInterceptor
Sets the timerRuntime.
setUseParamTypesInId(boolean) - Method in class net.sf.sensor.support.spring.MethodTimingInterceptor
Sets the property that controls whether the generated Timer label will contain the method parameter types or not.

T

TIMER_RUNTIME_BEAN_NAME - Static variable in class net.sf.sensor.support.spring.SpringBeanNameConstants
The bean name of the TimerRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

C D G I M N R S T

Copyright © 2005-2006 SourceForge. All Rights Reserved.