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 TypKlasseBeschreibungclassContains context information for the interceptors being invoked.Methoden in org.apache.fulcrum.yaafi.framework.interceptor mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungvoidAvalonInterceptorService.onEntry(AvalonInterceptorContext avalonInterceptorContext) Called before a service method is invoked.voidAvalonInterceptorService.onError(AvalonInterceptorContext avalonInterceptorContext, Throwable t) Called when a service method throws an exeptionvoidAvalonInterceptorService.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 booleanBaseInterceptorServiceImpl.isServiceMonitored(AvalonInterceptorContext avalonInterceptorContext) Determine if the given service is monitored.voidBaseInterceptorServiceImpl.onEntry(AvalonInterceptorContext avalonInterceptorContext) voidBaseInterceptorServiceImpl.onError(AvalonInterceptorContext avalonInterceptorContext, Throwable t) voidBaseInterceptorServiceImpl.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 TypMethodeBeschreibungvoidJamonInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext) voidJamonInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext, Throwable t) voidJamonInterceptorServiceImpl.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 TypMethodeBeschreibungvoidJavaSimonInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext) voidJavaSimonInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext, Throwable t) voidJavaSimonInterceptorServiceImpl.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 voidLoggingInterceptorServiceImpl.createStopWatch(AvalonInterceptorContext interceptorContext) Creates a stop watchprotected StopWatchLoggingInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext) Gets the stop watch.voidLoggingInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext) voidLoggingInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext, Throwable t) voidLoggingInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext, Object result) protected 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 AvalonInterceptorContext in org.apache.fulcrum.yaafi.interceptor.performance
Methoden in org.apache.fulcrum.yaafi.interceptor.performance mit Parametern vom Typ AvalonInterceptorContextModifizierer und TypMethodeBeschreibungprotected voidPerformanceInterceptorServiceImpl.createStopWatch(AvalonInterceptorContext interceptorContext) Creates a stop watchprotected StopWatchPerformanceInterceptorServiceImpl.getStopWatch(AvalonInterceptorContext interceptorContext) Gets the stop watchprotected voidPerformanceInterceptorServiceImpl.log(int mode, AvalonInterceptorContext interceptorContext, StopWatch stopWatch) Logs the execution time.voidPerformanceInterceptorServiceImpl.onEntry(AvalonInterceptorContext interceptorContext) voidPerformanceInterceptorServiceImpl.onError(AvalonInterceptorContext interceptorContext, Throwable t) voidPerformanceInterceptorServiceImpl.onExit(AvalonInterceptorContext interceptorContext, Object result) protected StringPerformanceInterceptorServiceImpl.toString(AvalonInterceptorContext interceptorContext, StopWatch stopWatch, int mode) Create the log message for the performance logfile.