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 StopWatchLoggingInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext) Gets the stop watch.Methoden in org.apache.fulcrum.yaafi.interceptor.logging mit Parametern vom Typ StopWatchModifizierer und TypMethodeBeschreibungprotected StringLoggingInterceptorServiceImpl.toString(AvalonInterceptorContext interceptorContext, StopWatch stopWatch, int mode) Create a method signature.protected StringLoggingInterceptorServiceImpl.toString(AvalonInterceptorContext avalonInterceptorContext, StopWatch stopWatch, Object result) Create a string representation of a service invocation returning a result.protected StringLoggingInterceptorServiceImpl.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 StopWatchPerformanceInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext) Gets the stop watchMethoden in org.apache.fulcrum.yaafi.interceptor.performance mit Parametern vom Typ StopWatchModifizierer und TypMethodeBeschreibungprotected voidPerformanceInterceptorServiceImpl.log(int mode, AvalonInterceptorContext interceptorContext, StopWatch stopWatch) Logs the execution time.protected StringPerformanceInterceptorServiceImpl.toString(AvalonInterceptorContext interceptorContext, StopWatch stopWatch, int mode) Create the log message for the performance logfile.