Class | Description |
---|---|
AbstractEJBInterceptor | |
AdditionalSetupInterceptor |
Interceptor that performs additional setup for remote and timer invocations (i.e invocations that are performed
from outside an existing EE context).
|
AsyncFutureInterceptorFactory |
An asynchronous execution interceptor for methods returning
Future . |
AsyncInvocationTask |
runnable used to invoke local ejb async methods
|
CancellationFlag |
An invocation cancellation flag.
|
ComponentTypeIdentityInterceptorFactory |
Interceptor for equals / hashCode for SLSB's and Singleton beans
|
CurrentInvocationContextInterceptor | |
EjbExceptionTransformingInterceptorFactories |
An interceptor that transforms EJB 3.0 business interface exceptions to EJB 2.x exceptions when required.
|
EjbMetadataInterceptorFactory |
Interceptor that handles the EJB metadata for non-IIOP invocations.
|
GetHomeInterceptorFactory |
Interceptor that can return a home interface for an eJB
|
HomeRemoveInterceptor | |
LogDiagnosticContextRecoveryInterceptor |
An interceptor which restores the saved logging NDC and MDC for asynchronous invocations.
|
LogDiagnosticContextStorageInterceptor |
An interceptor which saves the logging NDC and MDC for asynchronous invocations.
|
LoggingInterceptor |
Logs any exceptions/errors that happen during invocation of EJB methods, as specified by the
EJB3 spec, section 14.3
Note: This should be the near the start of interceptor in the chain of interceptors, for this to be able to
catch all kinds of errors/exceptions.
|
NonPooledEJBComponentInstanceAssociatingInterceptor |
A
ComponentInstance associating interceptor for EJB components (SLSB and message driven) which
have pooling disabled. |
SessionBeanHomeInterceptorFactory |
Interceptor that handles home views for session beans
|
ShutDownInterceptorFactory |
A per component interceptor that allows the EJB to shutdown gracefully.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.