类 AbstractSyncInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AbstractSyncInterceptor
- 所有已实现的接口:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,ConcreteInterceptor,ConcreteSyncInterceptor,InterceptOrdered
- 直接已知子类:
AbstractSyncInterceptor.InnerSyncInterceptor,DeprecatedCheckInterceptor,LicenseCheckInterceptor,LimitingInterceptor,ProductionValidationInterceptor,SyncInterceptorChain
public abstract class AbstractSyncInterceptor
extends AbstractInterceptor
implements ConcreteSyncInterceptor
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) protected ConcreteSyncInterceptorasyncToSync(ConcreteInterceptor interceptor) invoke(org.aopalliance.intercept.MethodInvocation invocation) 从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, accept_, after, before, 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, before, onError从接口继承的方法 org.coodex.concrete.core.intercept.InterceptOrdered
getOrder
-
构造器详细资料
-
AbstractSyncInterceptor
public AbstractSyncInterceptor()
-
-
方法详细资料
-
invoke
- 指定者:
invoke在接口中org.aopalliance.intercept.MethodInterceptor- 抛出:
Throwable
-
around
public Object around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable - 指定者:
around在接口中ConcreteSyncInterceptor- 抛出:
Throwable
-
asyncToSync
-