| Package | Description |
|---|---|
| org.jboss.invocation |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorAsynchronousInterceptor
An interceptor which dispatches to an executor.
|
class |
QueuedAsynchronousInterceptor
An interceptor which queues concurrent accesses such that only one invocation runs at a time.
|
class |
SynchronousInterceptor
An interceptor which executes the synchronous part of an invocation.
|
| Modifier and Type | Field and Description |
|---|---|
static AsynchronousInterceptor[] |
AsynchronousInterceptor.EMPTY_ARRAY
An empty asynchronous interceptor array.
|
| Modifier and Type | Method and Description |
|---|---|
AsynchronousInterceptor[] |
AsynchronousInterceptorContext.getInterceptors()
Get the current interceptors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousInterceptorContext.setInterceptors(AsynchronousInterceptor[] interceptors)
Set the interceptor iterator.
|
void |
AsynchronousInterceptorContext.setInterceptors(AsynchronousInterceptor[] interceptors,
int nextIndex)
Set the interceptors, with a starting index to proceed from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousInterceptorContext.setInterceptors(List<AsynchronousInterceptor> interceptorList)
Set the interceptor array from a list.
|
void |
AsynchronousInterceptorContext.setInterceptors(List<AsynchronousInterceptor> interceptorList,
int nextIndex)
Set the interceptors, with a starting index to proceed from.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.