パッケージ org.aopalliance.aop

インターフェース Advice

すべての既知のサブインターフェース:
AfterAdviceAfterReturningAdviceBeforeAdviceConstructorInterceptorDynamicIntroductionAdviceInterceptorIntroductionInterceptorMethodBeforeAdviceMethodInterceptorThrowsAdvice
すべての既知の実装クラス:
AbstractAspectJAdviceAbstractMonitoringInterceptorAbstractTraceInterceptorAfterReturningAdviceInterceptorAnnotationAsyncExecutionInterceptorAspectJAfterAdviceAspectJAfterReturningAdviceAspectJAfterThrowingAdviceAspectJAroundAdviceAspectJMethodBeforeAdviceAsyncExecutionInterceptorCacheInterceptorConcurrencyThrottleInterceptorCustomizableTraceInterceptorDebugInterceptorDelegatePerTargetObjectIntroductionInterceptorDelegatingIntroductionInterceptorEventPublicationInterceptorExposeInvocationInterceptorJCacheInterceptorMBeanClientInterceptorMBeanProxyFactoryBeanMethodBeforeAdviceInterceptorMethodValidationInterceptorOpenSessionInterceptorPerformanceMonitorInterceptorPersistenceExceptionTranslationInterceptorSimpleTraceInterceptorThrowsAdviceInterceptorTransactionInterceptor

public interface Advice
アドバイス用のタグインターフェース。実装には、インターセプターなど、あらゆる型のアドバイスを使用できます。
作成者:
Rod Johnson