See: Description
| Class | Description |
|---|---|
| AbstractEJBRequestScopeActivationInterceptor |
Interceptor for ensuring the request context is active during requests to EJBs.
|
| EJBApiAbstraction |
Utility class for EJB classes etc.
|
| EjbDescriptors |
EJB descriptors by EJB implementation class or name
|
| InternalEjbDescriptor<T> |
More powerful version of
EjbDescriptor that exposes Maps for some
metadata. |
| SessionBeanInjectionPoint |
The spec requires that an
InjectionPoint of a session bean returns:
a Bean object representing the session bean if the session bean is a contextual instance (obtained using
Inject)
null if the session bean is a non-contextual instance obtained using @EJB or from JNDI
Each time a contextual instance of a session bean is created we add its bean class to a thread local collection. |
| SessionBeanInterceptor |
Interceptor for ensuring the request context is active during requests to EJBs.
|
Copyright © 2016. All Rights Reserved.