| Modifier and Type | Class | Description |
|---|---|---|
class |
CompositeSequentialInterceptorImpl<WP> |
A compound sequential interceptor which is passing the work piece from one
contained interceptor to the next in the order in which them were passed.
|
| Constructor | Description |
|---|---|
CompositeSequentialInterceptorImpl(boolean isContinueOnFinished,
boolean isContinueOnError,
Interceptor<WP>... aInterceptors) |
Constructs the sequential interceptor which contains a list of
interceptors being invoked in the order in which them were added upon
calling the method
CompositeSequentialInterceptorImpl.doIntercept(Object). |
CompositeSequentialInterceptorImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
boolean isContinueOnFinished,
boolean isContinueOnError,
Interceptor<WP>... aInterceptors) |
Constructs the sequential interceptor which contains a list of
interceptors being invoked in the order in which them were added upon
calling the method
CompositeSequentialInterceptorImpl.doIntercept(Object). |
CompositeSequentialInterceptorImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
Interceptor<WP>... aInterceptors) |
Constructs the sequential interceptor which contains a list of
interceptors being invoked in the order in which them were added upon
calling the method
CompositeSequentialInterceptorImpl.doIntercept(Object). |
CompositeSequentialInterceptorImpl(Interceptor<WP>... aInterceptors) |
Constructs the sequential interceptor which contains a list of
interceptors being invoked in the order in which them were added upon
calling the method
CompositeSequentialInterceptorImpl.doIntercept(Object). |
Copyright © 2018. All rights reserved.