类 DeprecatedCheckInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AbstractSyncInterceptor
org.coodex.concrete.core.intercept.DeprecatedCheckInterceptor
- 所有已实现的接口:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,ConcreteInterceptor,ConcreteSyncInterceptor,InterceptOrdered
-
嵌套类概要
从类继承的嵌套类/接口 org.coodex.concrete.core.intercept.AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) intgetOrder()从类继承的方法 org.coodex.concrete.core.intercept.AbstractSyncInterceptor
around, asyncToSync, invoke从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, after, getContext, isServiceMethod, onError从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.coodex.concrete.core.intercept.ConcreteInterceptor
accept, after, onError
-
构造器详细资料
-
DeprecatedCheckInterceptor
public DeprecatedCheckInterceptor()
-
-
方法详细资料
-
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
before
- 指定者:
before在接口中ConcreteInterceptor- 覆盖:
before在类中AbstractInterceptor
-
getOrder
public int getOrder()
-