Package org.aopalliance.aop
Interface Advice
- All Known Subinterfaces:
AfterAdvice,AfterReturningAdvice,BeforeAdvice,ConstructorInterceptor,DynamicIntroductionAdvice,Interceptor,IntroductionInterceptor,MethodBeforeAdvice,MethodInterceptor,ThrowsAdvice
- All Known Implementing Classes:
AbstractAspectJAdvice,AbstractMonitoringInterceptor,AbstractRemoteSlsbInvokerInterceptor,AbstractSlsbInvokerInterceptor,AbstractTraceInterceptor,AfterReturningAdviceInterceptor,AnnotationAsyncExecutionInterceptor,AspectJAfterAdvice,AspectJAfterReturningAdvice,AspectJAfterThrowingAdvice,AspectJAroundAdvice,AspectJMethodBeforeAdvice,AsyncExecutionInterceptor,BurlapClientInterceptor,BurlapProxyFactoryBean,CacheInterceptor,ConcurrencyThrottleInterceptor,CustomizableTraceInterceptor,DebugInterceptor,DelegatePerTargetObjectIntroductionInterceptor,DelegatingIntroductionInterceptor,EventPublicationInterceptor,ExposeInvocationInterceptor,HessianClientInterceptor,HessianProxyFactoryBean,HibernateInterceptor,HttpInvokerClientInterceptor,HttpInvokerProxyFactoryBean,JamonPerformanceMonitorInterceptor,JaxWsPortClientInterceptor,JaxWsPortProxyFactoryBean,JCacheInterceptor,JmsInvokerClientInterceptor,JmsInvokerProxyFactoryBean,JndiRmiClientInterceptor,JndiRmiProxyFactoryBean,LocalSlsbInvokerInterceptor,LocalStatelessSessionProxyFactoryBean,MBeanClientInterceptor,MBeanProxyFactoryBean,MethodBeforeAdviceInterceptor,MethodValidationInterceptor,OpenSessionInterceptor,OpenSessionInterceptor,OpenSessionInterceptor,PerformanceMonitorInterceptor,PersistenceExceptionTranslationInterceptor,RemoteInvocationTraceInterceptor,RmiClientInterceptor,RmiProxyFactoryBean,SimpleRemoteSlsbInvokerInterceptor,SimpleRemoteStatelessSessionProxyFactoryBean,SimpleTraceInterceptor,ThrowsAdviceInterceptor,TransactionInterceptor
public interface Advice
Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.- Author:
- Rod Johnson