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