类 ServiceTimingInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.ServiceTimingInterceptor
- 所有已实现的接口:
ConcreteInterceptor,InterceptOrdered
Created by davidoff shen on 2016-11-02.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) intgetOrder()booleanisTimingLimitService(DefinitionContext context) 从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, after, getContext, isServiceMethod, onError
-
字段详细资料
-
NAMESPACE_SERVICE_TIMING
- 另请参阅:
-
-
构造器详细资料
-
ServiceTimingInterceptor
public ServiceTimingInterceptor()
-
-
方法详细资料
-
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
getOrder
public int getOrder() -
before
- 指定者:
before在接口中ConcreteInterceptor- 覆盖:
before在类中AbstractInterceptor
-
isTimingLimitService
-