パッケージ org.aopalliance.aop
インターフェース Advice
- すべての既知のサブインターフェース:
AfterAdvice、AfterReturningAdvice、BeforeAdvice、ConstructorInterceptor、DynamicIntroductionAdvice、Interceptor、IntroductionInterceptor、MethodBeforeAdvice、MethodInterceptor、ThrowsAdvice
- すべての既知の実装クラス:
AbstractAspectJAdvice、AbstractMonitoringInterceptor、AbstractTraceInterceptor、AfterReturningAdviceInterceptor、AnnotationAsyncExecutionInterceptor、AspectJAfterAdvice、AspectJAfterReturningAdvice、AspectJAfterThrowingAdvice、AspectJAroundAdvice、AspectJMethodBeforeAdvice、AsyncExecutionInterceptor、CacheInterceptor、ConcurrencyThrottleInterceptor、CustomizableTraceInterceptor、DebugInterceptor、DelegatePerTargetObjectIntroductionInterceptor、DelegatingIntroductionInterceptor、EventPublicationInterceptor、ExposeInvocationInterceptor、JCacheInterceptor、MBeanClientInterceptor、MBeanProxyFactoryBean、MethodBeforeAdviceInterceptor、MethodValidationInterceptor、OpenSessionInterceptor、PerformanceMonitorInterceptor、PersistenceExceptionTranslationInterceptor、SimpleTraceInterceptor、ThrowsAdviceInterceptor、TransactionInterceptor
public interface Advice
アドバイス用のタグインターフェース。実装には、インターセプターなど、あらゆる型のアドバイスを使用できます。
- 作成者:
- Rod Johnson