Uses of Interface
org.apache.fulcrum.yaafi.framework.interceptor.AvalonInterceptorService

Packages that use AvalonInterceptorService
org.apache.fulcrum.yaafi.framework.interceptor   
org.apache.fulcrum.yaafi.interceptor.baseservice   
org.apache.fulcrum.yaafi.interceptor.jamon   
org.apache.fulcrum.yaafi.interceptor.logging   
org.apache.fulcrum.yaafi.interceptor.performance   
 

Uses of AvalonInterceptorService in org.apache.fulcrum.yaafi.framework.interceptor
 

Methods in org.apache.fulcrum.yaafi.framework.interceptor that return AvalonInterceptorService
 AvalonInterceptorService[] AvalonInterceptorInvocationHandler.getServiceInterceptorList()
           
 

Constructors in org.apache.fulcrum.yaafi.framework.interceptor with parameters of type AvalonInterceptorService
AvalonInterceptorInvocationHandler(java.lang.String serviceName, java.lang.String serviceShorthand, java.lang.Object serviceDelegate, AvalonInterceptorService[] serviceInterceptorList, ReadWriteLock readWriteLock)
          Constructor.
 

Uses of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.baseservice
 

Classes in org.apache.fulcrum.yaafi.interceptor.baseservice that implement AvalonInterceptorService
 class BaseInterceptorServiceImpl
          A base service providing common functionality for interceptors
 

Uses of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.jamon
 

Subinterfaces of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.jamon
 interface JamonInterceptorService
          A service using JAMON for performance monitoring
 

Classes in org.apache.fulcrum.yaafi.interceptor.jamon that implement AvalonInterceptorService
 class JamonInterceptorServiceImpl
          A service using JAMon for performance monitoring.
 

Uses of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.logging
 

Subinterfaces of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.logging
 interface LoggingInterceptorService
          A service logging of service invocations.
 

Classes in org.apache.fulcrum.yaafi.interceptor.logging that implement AvalonInterceptorService
 class LoggingInterceptorServiceImpl
          A service logging of service invocations.
 

Uses of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.performance
 

Subinterfaces of AvalonInterceptorService in org.apache.fulcrum.yaafi.interceptor.performance
 interface PerformanceInterceptorService
          A service logging the execution time of service invocations.
 

Classes in org.apache.fulcrum.yaafi.interceptor.performance that implement AvalonInterceptorService
 class PerformanceInterceptorServiceImpl
          A service logging the execution time of service invocations.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.