类 SyncInterceptorChain
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AbstractSyncInterceptor
org.coodex.concrete.core.intercept.SyncInterceptorChain
- 所有已实现的接口:
Iterable<ConcreteInterceptor>,Collection<ConcreteInterceptor>,Set<ConcreteInterceptor>,org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,ConcreteInterceptor,ConcreteSyncInterceptor,InterceptorChain,InterceptOrdered
public class SyncInterceptorChain
extends AbstractSyncInterceptor
implements Set<ConcreteInterceptor>, InterceptorChain
Created by davidoff shen on 2016-09-07.
-
嵌套类概要
从类继承的嵌套类/接口 org.coodex.concrete.core.intercept.AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) booleanadd(ConcreteInterceptor concreteInterceptor) booleanaddAll(Collection<? extends ConcreteInterceptor> c) voidclear()booleanbooleancontainsAll(Collection<?> c) intgetOrder()invoke(org.aopalliance.intercept.MethodInvocation invocation) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) 从类继承的方法 org.coodex.concrete.core.intercept.AbstractSyncInterceptor
around, asyncToSync从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, after, before, getContext, isServiceMethod, onError从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 org.coodex.concrete.core.intercept.ConcreteInterceptor
accept, after, before, onError从接口继承的方法 java.util.Set
equals, hashCode, spliterator
-
构造器详细资料
-
SyncInterceptorChain
public SyncInterceptorChain() -
SyncInterceptorChain
-
-
方法详细资料
-
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
getOrder
public int getOrder()- 指定者:
getOrder在接口中InterceptOrdered
-
invoke
- 指定者:
invoke在接口中org.aopalliance.intercept.MethodInterceptor- 覆盖:
invoke在类中AbstractSyncInterceptor- 抛出:
Throwable
-
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
-