org.javasimon.spring.webmvc
Class HandlerStopwatchSource
java.lang.Object
org.javasimon.source.AbstractStopwatchSource<HandlerLocation>
org.javasimon.spring.webmvc.HandlerStopwatchSource
- All Implemented Interfaces:
- MonitorSource<HandlerLocation,Stopwatch>, StopwatchSource<HandlerLocation>
public class HandlerStopwatchSource
- extends AbstractStopwatchSource<HandlerLocation>
Stopwatch source for Spring MVC handlers.
- Author:
- gquintana
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
private static final String PREFIX
- Prefix used for Simon names.
- See Also:
- Constant Field Values
CONTROLLER_SUFFIX
private static final String CONTROLLER_SUFFIX
- Suffix used for Simon names of Controllers.
- See Also:
- Constant Field Values
VIEW_SUFFIX
private static final String VIEW_SUFFIX
- Suffix used for Simon names of Views.
- See Also:
- Constant Field Values
HandlerStopwatchSource
public HandlerStopwatchSource(Manager manager)
getMonitorName
protected String getMonitorName(HandlerLocation t)
- Specified by:
getMonitorName in class AbstractStopwatchSource<HandlerLocation>
Copyright © 2013. All Rights Reserved.