Interface | Description |
---|---|
ClassSupplier<T> |
Represents a supplier of results with exception handling.
|
EjbContainerUtil | |
GenericEJBHome | |
GenericEJBLocalHome | |
RemoteBusinessObject |
Class | Description |
---|---|
AbstractSessionContextImpl |
Implementation of EJBContext for SessionBeans
|
AbstractSingletonContainer | |
BaseContainer |
This class implements part of the com.sun.ejb.Container interface.
|
BaseContainer.ContainerInfo |
Strings for monitoring info
|
BaseContainerFactory |
the base class for all ContainerFactory impls.
|
BMCSingletonContainer | |
ClusteredSingletonLookupImpl |
EJB container implementation of clustered singleton lookups
|
CMCSingletonContainer | |
EjbAsyncInvocationManager | |
EjbAsyncTask<V> | |
EjbContainerServicesImpl | |
EJBContainerStateManager | |
EJBContainerTransactionManager |
Container support for handling transactions
|
EjbContainerUtilImpl | |
EJBContextImpl |
Implementation of javax.ejb.EJBContext for the J2EE Reference Implementation.
|
EJBContextNamingProxy |
Proxy for accessing EJBContext objects when requested by lookup or injection.
|
EjbEndpointFacadeImpl | |
EjbFutureTask<V> | |
EJBHomeImpl |
This class implements the EJBHome interface.
|
EJBHomeInvocationHandler |
Handler for EJBHome invocations through EJBHome proxy.
|
EjbIiopServiceImpl | |
EJBLocalHomeImpl |
Implementation of the EJBLocalHome interface.
|
EJBLocalHomeImpl.SerializableLocalHome | |
EJBLocalHomeInvocationHandler |
Handler for EJBLocalHome invocations through EJBLocalHome proxy.
|
EJBLocalObjectImpl |
Implementation of the EJBLocalObject interface.
|
EJBLocalObjectInvocationHandler |
Handler for EJBLocalObject invocations through EJBLocalObject proxy.
|
EJBLocalObjectInvocationHandlerDelegate |
This class is used as a "proxy" or adapter between the business interface
proxy and the EJBLocalObjectInvocationHandler.
|
EJBLocalRemoteObject |
Implementation common to EJBObjects and EJBLocalObjects.
|
EJBObjectImpl |
EJBObjectImpl implements EJBObject methods for EJBs.
|
EJBObjectInvocationHandler |
Handler for EJBObject invocations through EJBObject proxy.
|
EJBObjectInvocationHandlerDelegate |
This class is used as a "proxy" or adapter between the remote business
interface proxy and the EJBObjectInvocationHandler.
|
EjbRemoteFutureTask<V> | |
EjbThreadPoolExecutor | |
EJBTimerSchedule |
A runtime representation of the user-defined calendar-based
timeout expression for an enterprise bean timer.
|
EJBTimerService | |
EJBTimerService.TimerCache | |
EJBTimerServiceConfigListener |
ConfigListener class for the EJB Timer Service changes
|
EJBTimerServiceWrapper | |
EJBTimerTask | |
InternalInterceptorBindingImpl | |
InternalInterceptorBindingNamingProxy |
Provides access to internal product-specific spi object for binding
system-level interceptors (e.g from JAX-RS)
|
InvocationHandlerUtil | |
JavaGlobalJndiNamingObjectProxy |
Used to register portable global JNDI names for LOCAL EJB 2.x / 3.x references.
|
NonPersistentEJBTimerService | |
RemoteAsyncResult |
This class stores the result of an async Future operation.
|
RemoteBusinessObjectFactory |
An object factory to handle Remote EJB 30 business interface
reference access.
|
RemoteBusinessWrapperBase | |
RuntimeTimerState |
RuntimeTimerState holds all runtime state of an EJB
timer, including what fine-grained state it's in,
stats about the number of expirations and failed
deliveries that have occurred, and any existing JDK
timer task that is currently scheduled for this timer.
|
SessionContextImpl |
Implementation of EJBContext for SessionBeans
|
SFSBTxCheckpointCoordinator |
A class to checkpoint HA enabled SFSBs as a single transactional unit.
|
SimpleEjbResourceHandlerImpl | |
SingletonContainerFactory | |
SingletonContextImpl |
Implementation of EJBContext for Singleton SessionBeans
|
StatefulContainerFactory |
A builder for StatefulSessionContainer.
|
StatefulSessionContainer |
This class provides container functionality specific to stateful
SessionBeans.
|
StatelessContainerFactory | |
StatelessSessionContainer |
This class provides container functionality specific to stateless SessionBeans.
|
TimerPrimaryKey | |
TimerServiceNamingProxy |
Proxy for creating TimerService instances when requested by lookup or injection.
|
TimerWrapper | |
TimerWrapper.SerializedTimerWrapper |
Used by serialization code to serialize a TimerWrapper.
|
WebServiceInvocationHandler |
This is a proxy invocation handler for web service ejb invocations.
|
Enum | Description |
---|---|
BaseContainer.ContainerType | |
EJBContextImpl.BeanState |
Exception | Description |
---|---|
BaseContainer.PreInvokeException |
PreInvokeException is used to wrap exceptions thrown
from BaseContainer.preInvoke, so it indicates that the bean's
method will not be called.
|
InternalEJBContainerException | |
InternalRemoteException |
Copyright © 2020. All rights reserved.