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
|
AsyncVoidInterceptorFactory |
An asynchronous execution interceptor for methods returning
void . |
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 | |
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
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.