- 所有已知子接口:
AfterAdvice, AfterReturningAdvice, BeforeAdvice, ConstructorInterceptor, DynamicIntroductionAdvice, Interceptor, IntroductionInterceptor, MethodBeforeAdvice, MethodInterceptor, ThrowsAdvice
- 所有已知实现类:
AbstractAspectJAdvice, AbstractMonitoringInterceptor, AbstractRemoteSlsbInvokerInterceptor, AbstractSlsbInvokerInterceptor, AbstractTraceInterceptor, AfterReturningAdviceInterceptor, AnnotationAsyncExecutionInterceptor, AspectJAfterAdvice, AspectJAfterReturningAdvice, AspectJAfterThrowingAdvice, AspectJAroundAdvice, AspectJMethodBeforeAdvice, AsyncExecutionInterceptor, CacheInterceptor, ConcurrencyThrottleInterceptor, CustomizableTraceInterceptor, DebugInterceptor, DelegatePerTargetObjectIntroductionInterceptor, DelegatingIntroductionInterceptor, EventPublicationInterceptor, ExposeInvocationInterceptor, HessianClientInterceptor, HessianProxyFactoryBean, HttpInvokerClientInterceptor, HttpInvokerProxyFactoryBean, JamonPerformanceMonitorInterceptor, JaxWsPortClientInterceptor, JaxWsPortProxyFactoryBean, JCacheInterceptor, JmsInvokerClientInterceptor, JmsInvokerProxyFactoryBean, JndiRmiClientInterceptor, JndiRmiProxyFactoryBean, LocalSlsbInvokerInterceptor, LocalStatelessSessionProxyFactoryBean, MBeanClientInterceptor, MBeanProxyFactoryBean, MethodBeforeAdviceInterceptor, MethodValidationInterceptor, 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.
- 作者:
- Rod Johnson