Uses of Class
org.apache.fulcrum.yaafi.interceptor.util.StopWatch
Packages that use StopWatch
Package
Description
-
Uses of StopWatch in org.apache.fulcrum.yaafi.interceptor.logging
Methods in org.apache.fulcrum.yaafi.interceptor.logging that return StopWatchModifier and TypeMethodDescriptionprotected StopWatch
LoggingInterceptorServiceImpl.getStopWatch
(AvalonInterceptorContext interceptorContext) Gets the stop watch.Methods in org.apache.fulcrum.yaafi.interceptor.logging with parameters of type StopWatchModifier and TypeMethodDescriptionprotected String
LoggingInterceptorServiceImpl.toString
(AvalonInterceptorContext interceptorContext, StopWatch stopWatch, int mode) Create a method signature.protected String
LoggingInterceptorServiceImpl.toString
(AvalonInterceptorContext avalonInterceptorContext, StopWatch stopWatch, Object result) Create a string representation of a service invocation returning a result.protected String
LoggingInterceptorServiceImpl.toString
(AvalonInterceptorContext avalonInterceptorContext, StopWatch stopWatch, Throwable throwable) Create a string representation of a service invocation throwing a Throwable -
Uses of StopWatch in org.apache.fulcrum.yaafi.interceptor.performance
Methods in org.apache.fulcrum.yaafi.interceptor.performance that return StopWatchModifier and TypeMethodDescriptionprotected StopWatch
PerformanceInterceptorServiceImpl.getStopWatch
(AvalonInterceptorContext interceptorContext) Gets the stop watchMethods in org.apache.fulcrum.yaafi.interceptor.performance with parameters of type StopWatchModifier and TypeMethodDescriptionprotected void
PerformanceInterceptorServiceImpl.log
(int mode, AvalonInterceptorContext interceptorContext, StopWatch stopWatch) Logs the execution time.protected String
PerformanceInterceptorServiceImpl.toString
(AvalonInterceptorContext interceptorContext, StopWatch stopWatch, int mode) Create the log message for the performance logfile.