|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopWatch | |
---|---|
org.apache.fulcrum.yaafi.interceptor.logging | |
org.apache.fulcrum.yaafi.interceptor.performance |
Uses of StopWatch in org.apache.fulcrum.yaafi.interceptor.logging |
---|
Methods in org.apache.fulcrum.yaafi.interceptor.logging that return StopWatch | |
---|---|
protected StopWatch |
LoggingInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext)
Gets the stop watch. |
Methods in org.apache.fulcrum.yaafi.interceptor.logging with parameters of type StopWatch | |
---|---|
protected 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 StopWatch | |
---|---|
protected StopWatch |
PerformanceInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext)
Gets the stop watch |
Methods in org.apache.fulcrum.yaafi.interceptor.performance with parameters of type StopWatch | |
---|---|
protected 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |