|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AvalonInterceptorContext in org.apache.fulcrum.yaafi.framework.interceptor |
---|
Classes in org.apache.fulcrum.yaafi.framework.interceptor that implement AvalonInterceptorContext | |
---|---|
class |
AvalonInterceptorContextImpl
Contains context information for the interceptors being invoked. |
Methods in org.apache.fulcrum.yaafi.framework.interceptor with parameters of type AvalonInterceptorContext | |
---|---|
void |
AvalonInterceptorService.onEntry(AvalonInterceptorContext avalonInterceptorContext)
Called before a service method is invoked. |
void |
AvalonInterceptorService.onError(AvalonInterceptorContext avalonInterceptorContext,
Throwable t)
Called when a service method throws an exeption |
void |
AvalonInterceptorService.onExit(AvalonInterceptorContext avalonInterceptorContext,
Object result)
Called after a service method was invoked. |
Uses of AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.baseservice |
---|
Methods in org.apache.fulcrum.yaafi.interceptor.baseservice with parameters of type AvalonInterceptorContext | |
---|---|
protected boolean |
BaseInterceptorServiceImpl.isServiceMonitored(AvalonInterceptorContext avalonInterceptorContext)
Determine if the given service is monitored. |
void |
BaseInterceptorServiceImpl.onEntry(AvalonInterceptorContext avalonInterceptorContext)
|
void |
BaseInterceptorServiceImpl.onError(AvalonInterceptorContext avalonInterceptorContext,
Throwable t)
|
void |
BaseInterceptorServiceImpl.onExit(AvalonInterceptorContext avalonInterceptorContext,
Object result)
|
Uses of AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.jamon |
---|
Methods in org.apache.fulcrum.yaafi.interceptor.jamon with parameters of type AvalonInterceptorContext | |
---|---|
void |
JamonInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext)
|
void |
JamonInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext,
Throwable t)
|
void |
JamonInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext,
Object result)
|
Uses of AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.logging |
---|
Methods in org.apache.fulcrum.yaafi.interceptor.logging with parameters of type AvalonInterceptorContext | |
---|---|
protected void |
LoggingInterceptorServiceImpl.createStopWatch(AvalonInterceptorContext interceptorContext)
Creates a stop watch |
protected StopWatch |
LoggingInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext)
Gets the stop watch. |
void |
LoggingInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext)
|
void |
LoggingInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext,
Throwable t)
|
void |
LoggingInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext,
Object result)
|
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 AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.performance |
---|
Methods in org.apache.fulcrum.yaafi.interceptor.performance with parameters of type AvalonInterceptorContext | |
---|---|
protected void |
PerformanceInterceptorServiceImpl.createStopWatch(AvalonInterceptorContext interceptorContext)
Creates a stop watch |
protected StopWatch |
PerformanceInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext)
Gets the stop watch |
protected void |
PerformanceInterceptorServiceImpl.log(int mode,
AvalonInterceptorContext interceptorContext,
StopWatch stopWatch)
Logs the execution time. |
void |
PerformanceInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext)
|
void |
PerformanceInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext,
Throwable t)
|
void |
PerformanceInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext,
Object result)
|
protected String |
PerformanceInterceptorServiceImpl.toString(AvalonInterceptorContext interceptorContext,
StopWatch stopWatch,
int mode)
Create the log message for the performance logfile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |