Verwendungen von Schnittstelle
org.apache.fulcrum.yaafi.framework.interceptor.AvalonInterceptorContext
Packages, die AvalonInterceptorContext verwenden
Package
Beschreibung
-
Verwendungen von AvalonInterceptorContext in org.apache.fulcrum.yaafi.framework.interceptor
Klassen in org.apache.fulcrum.yaafi.framework.interceptor, die AvalonInterceptorContext implementierenModifizierer und TypKlasseBeschreibungclass
Contains context information for the interceptors being invoked.Methoden in org.apache.fulcrum.yaafi.framework.interceptor mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungvoid
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 exeptionvoid
AvalonInterceptorService.onExit
(AvalonInterceptorContext avalonInterceptorContext, Object result) Called after a service method was invoked. -
Verwendungen von AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.baseservice
Methoden in org.apache.fulcrum.yaafi.interceptor.baseservice mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungprotected 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) -
Verwendungen von AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.jamon
Methoden in org.apache.fulcrum.yaafi.interceptor.jamon mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungvoid
JamonInterceptorServiceImpl.onEntry
(AvalonInterceptorContext interceptorContext) void
JamonInterceptorServiceImpl.onError
(AvalonInterceptorContext interceptorContext, Throwable t) void
JamonInterceptorServiceImpl.onExit
(AvalonInterceptorContext interceptorContext, Object result) -
Verwendungen von AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.javasimon
Methoden in org.apache.fulcrum.yaafi.interceptor.javasimon mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungvoid
JavaSimonInterceptorServiceImpl.onEntry
(AvalonInterceptorContext interceptorContext) void
JavaSimonInterceptorServiceImpl.onError
(AvalonInterceptorContext interceptorContext, Throwable t) void
JavaSimonInterceptorServiceImpl.onExit
(AvalonInterceptorContext interceptorContext, Object result) -
Verwendungen von AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.logging
Methoden in org.apache.fulcrum.yaafi.interceptor.logging mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungprotected void
LoggingInterceptorServiceImpl.createStopWatch
(AvalonInterceptorContext interceptorContext) Creates a stop watchprotected 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 -
Verwendungen von AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.performance
Methoden in org.apache.fulcrum.yaafi.interceptor.performance mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungprotected void
PerformanceInterceptorServiceImpl.createStopWatch
(AvalonInterceptorContext interceptorContext) Creates a stop watchprotected StopWatch
PerformanceInterceptorServiceImpl.getStopWatch
(AvalonInterceptorContext interceptorContext) Gets the stop watchprotected 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.