类 AsyncInterceptorChain
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AsyncInterceptorChain
- 所有已实现的接口:
Iterable<ConcreteInterceptor>,Collection<ConcreteInterceptor>,Set<ConcreteInterceptor>,ConcreteInterceptor,InterceptorChain,InterceptOrdered
public class AsyncInterceptorChain
extends AbstractInterceptor
implements Set<ConcreteInterceptor>, InterceptorChain
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) booleanadd(ConcreteInterceptor concreteInterceptor) booleanaddAll(Collection<? extends ConcreteInterceptor> c) after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) voidclear()booleanbooleancontainsAll(Collection<?> c) intgetOrder()booleanisEmpty()iterator()onError(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) 从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, getContext, isServiceMethod从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 java.util.Set
equals, hashCode, spliterator
-
构造器详细资料
-
AsyncInterceptorChain
public AsyncInterceptorChain() -
AsyncInterceptorChain
-
-
方法详细资料
-
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
getOrder
public int getOrder()- 指定者:
getOrder在接口中InterceptOrdered
-
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
-
size
public int size()- 指定者:
size在接口中Collection<ConcreteInterceptor>- 指定者:
size在接口中Set<ConcreteInterceptor>
-
isEmpty
public boolean isEmpty()- 指定者:
isEmpty在接口中Collection<ConcreteInterceptor>- 指定者:
isEmpty在接口中Set<ConcreteInterceptor>
-
contains
- 指定者:
contains在接口中Collection<ConcreteInterceptor>- 指定者:
contains在接口中Set<ConcreteInterceptor>
-
iterator
- 指定者:
iterator在接口中Collection<ConcreteInterceptor>- 指定者:
iterator在接口中Iterable<ConcreteInterceptor>- 指定者:
iterator在接口中Set<ConcreteInterceptor>
-
toArray
- 指定者:
toArray在接口中Collection<ConcreteInterceptor>- 指定者:
toArray在接口中Set<ConcreteInterceptor>
-
toArray
public <T> T[] toArray(T[] a) - 指定者:
toArray在接口中Collection<ConcreteInterceptor>- 指定者:
toArray在接口中Set<ConcreteInterceptor>
-
add
- 指定者:
add在接口中Collection<ConcreteInterceptor>- 指定者:
add在接口中Set<ConcreteInterceptor>
-
remove
- 指定者:
remove在接口中Collection<ConcreteInterceptor>- 指定者:
remove在接口中Set<ConcreteInterceptor>
-
containsAll
- 指定者:
containsAll在接口中Collection<ConcreteInterceptor>- 指定者:
containsAll在接口中Set<ConcreteInterceptor>
-
addAll
- 指定者:
addAll在接口中Collection<ConcreteInterceptor>- 指定者:
addAll在接口中Set<ConcreteInterceptor>
-
retainAll
- 指定者:
retainAll在接口中Collection<ConcreteInterceptor>- 指定者:
retainAll在接口中Set<ConcreteInterceptor>
-
removeAll
- 指定者:
removeAll在接口中Collection<ConcreteInterceptor>- 指定者:
removeAll在接口中Set<ConcreteInterceptor>
-
clear
public void clear()- 指定者:
clear在接口中Collection<ConcreteInterceptor>- 指定者:
clear在接口中Set<ConcreteInterceptor>
-
allInterceptors
- 指定者:
allInterceptors在接口中InterceptorChain
-