Verwendungen von Klasse
org.apache.fulcrum.yaafi.interceptor.util.StopWatch
Packages, die StopWatch verwenden
Package
Beschreibung
-
Verwendungen von StopWatch in org.apache.fulcrum.yaafi.interceptor.logging
Methoden in org.apache.fulcrum.yaafi.interceptor.logging, die StopWatch zurückgebenModifizierer und TypMethodeBeschreibungprotected StopWatch
LoggingInterceptorServiceImpl.getStopWatch
(AvalonInterceptorContext interceptorContext) Gets the stop watch.Methoden in org.apache.fulcrum.yaafi.interceptor.logging mit Parametern vom Typ StopWatchModifizierer und TypMethodeBeschreibungprotected 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 -
Verwendungen von StopWatch in org.apache.fulcrum.yaafi.interceptor.performance
Methoden in org.apache.fulcrum.yaafi.interceptor.performance, die StopWatch zurückgebenModifizierer und TypMethodeBeschreibungprotected StopWatch
PerformanceInterceptorServiceImpl.getStopWatch
(AvalonInterceptorContext interceptorContext) Gets the stop watchMethoden in org.apache.fulcrum.yaafi.interceptor.performance mit Parametern vom Typ StopWatchModifizierer und TypMethodeBeschreibungprotected 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.