| Interface | Description |
|---|---|
| AsynchronousInterceptor |
An asynchronous interceptor, which can optionally defer execution to another thread or later time without blocking.
|
| AsynchronousInterceptor.CancellationHandle |
A handle for cancellation of an asynchronous invocation request.
|
| AsynchronousInterceptor.ResultHandler |
A handler for the result of a method invocation.
|
| AsynchronousInterceptor.ResultSupplier |
The invocation result supplier, which returns the invocation result or propagates its exception.
|
| Interceptor |
A processor for invocations.
|
| InterceptorFactory |
A producer for interceptor instances, used to create interceptor chains from a prototype.
|
| InterceptorFactoryContext |
Contextual information for an interceptor factory, used when interceptors are created.
|
| InterceptorInstanceFactory |
A simple factory which creates an instance for use by interceptor factories.
|
| Class | Description |
|---|---|
| AccessCheckingInterceptor |
An interceptor which enables access checking for the duration of the invocation.
|
| AsynchronousInterceptorContext |
An asynchronous interceptor/invocation context object.
|
| ContextClassLoaderInterceptor |
An interceptor which sets the thread context class loader for the duration of an invocation.
|
| DelegatingInvocationContext |
An invocation context which simply delegates to another invocation context.
|
| DoAsInterceptor |
An interceptor which executes under the invocation's
Subject. |
| ExecutorAsynchronousInterceptor |
An interceptor which dispatches to an executor.
|
| ImmediateInterceptorFactory |
An interceptor factory which returns the same instance, always.
|
| InitialInterceptor |
The initial interceptor that is called during an invocation.
|
| InterceptorContext |
An interceptor/invocation context object.
|
| InterceptorInvocationHandler | |
| Interceptors |
Interceptor utility and factory methods.
|
| MethodInterceptor |
A method interceptor.
|
| MethodInterceptorFactory |
An interceptor factory for interceptor objects which call a specific method via reflection.
|
| MethodInvokingInterceptor |
An interceptor which always invokes one specific method on one specific object given the parameters from
the invocation context.
|
| MethodInvokingInterceptorFactory |
A factory for method invoking interceptors.
|
| QueuedAsynchronousInterceptor |
An interceptor which queues concurrent accesses such that only one invocation runs at a time.
|
| SecurityIdentityInterceptor |
An interceptor which executes under the invocation's
SecurityIdentity. |
| SimpleInterceptorFactoryContext |
A simple implementation of
InterceptorFactoryContext. |
| SimpleInterceptorInstanceFactory |
Simple instance factory which just uses reflection to create an instance of the given class.
|
| SimpleInvocationContext |
A base class for invocation contexts.
|
| SynchronousInterceptor |
An interceptor which executes the synchronous part of an invocation.
|
| Exception | Description |
|---|---|
| CannotProceedException |
Indicates that an invocation cannot proceed due to the interceptor chain terminating prematurely.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.