Modifier and Type | Class and Description |
---|---|
class |
AvalonInterceptorContextImpl
Contains context information for the interceptors being invoked.
|
Modifier and Type | Method and Description |
---|---|
void |
AvalonInterceptorService.onEntry(AvalonInterceptorContext avalonInterceptorContext)
Called before a service method is invoked.
|
void |
AvalonInterceptorService.onError(AvalonInterceptorContext avalonInterceptorContext,
java.lang.Throwable t)
Called when a service method throws an exeption
|
void |
AvalonInterceptorService.onExit(AvalonInterceptorContext avalonInterceptorContext,
java.lang.Object result)
Called after a service method was invoked.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseInterceptorServiceImpl.isServiceMonitored(AvalonInterceptorContext avalonInterceptorContext)
Determine if the given service is monitored.
|
void |
BaseInterceptorServiceImpl.onEntry(AvalonInterceptorContext avalonInterceptorContext) |
void |
BaseInterceptorServiceImpl.onError(AvalonInterceptorContext avalonInterceptorContext,
java.lang.Throwable t) |
void |
BaseInterceptorServiceImpl.onExit(AvalonInterceptorContext avalonInterceptorContext,
java.lang.Object result) |
Modifier and Type | Method and Description |
---|---|
void |
JamonInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext) |
void |
JamonInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext,
java.lang.Throwable t) |
void |
JamonInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext,
java.lang.Object result) |
Modifier and Type | Method and Description |
---|---|
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,
java.lang.Throwable t) |
void |
LoggingInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext,
java.lang.Object result) |
protected java.lang.String |
LoggingInterceptorServiceImpl.toString(AvalonInterceptorContext interceptorContext,
StopWatch stopWatch,
int mode)
Create a method signature.
|
protected java.lang.String |
LoggingInterceptorServiceImpl.toString(AvalonInterceptorContext avalonInterceptorContext,
StopWatch stopWatch,
java.lang.Object result)
Create a string representation of a service invocation returning a result.
|
protected java.lang.String |
LoggingInterceptorServiceImpl.toString(AvalonInterceptorContext avalonInterceptorContext,
StopWatch stopWatch,
java.lang.Throwable throwable)
Create a string representation of a service invocation throwing a Throwable
|
Modifier and Type | Method and Description |
---|---|
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,
java.lang.Throwable t) |
void |
PerformanceInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext,
java.lang.Object result) |
protected java.lang.String |
PerformanceInterceptorServiceImpl.toString(AvalonInterceptorContext interceptorContext,
StopWatch stopWatch,
int mode)
Create the log message for the performance logfile.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.