Package com.sun.ejb.containers

Interface Summary
EjbContainerUtil  
GenericEJBHome  
GenericEJBLocalHome  
OptionalLocalInterfaceProvider Created by IntelliJ IDEA.
ReadOnlyEJBHome Home interface for all Remote ReadOnly Beans
ReadOnlyEJBLocalHome  
RemoteBusinessObject  
TimerLocal Local view of the persistent representation of an EJB timer.
 

Class Summary
AbstractSessionContextImpl Implementation of EJBContext for SessionBeans
AbstractSingletonContainer  
BaseContainer This class implements part of the com.sun.ejb.Container interface.
BMCSingletonContainer  
CMCSingletonContainer  
CommitCEntityContainer  
ContainerFactoryImpl  
EjbAsyncInvocationManager  
EjbAsyncTask<V>  
EjbContainerServicesImpl  
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.
EjbIiopServiceImpl  
EJBLocalHomeImpl Implementation of the EJBLocalHome interface.
EJBLocalHomeImpl.SerializableLocalHome  
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.
EjbOptionalIntfGenerator  
EjbRemoteFutureTask<V>  
EjbThreadPoolExecutor  
EJBTimerService  
EJBTimerServiceConfigListener ConfigListener class for the EJB Timer Service changes
EJBTimerServiceWrapper  
EJBTimerTask  
EntityContainer This class implements the Container interface for EntityBeans.
EntityContextImpl Implementation of EJBContext for EntityBeans
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.
MessageBeanContainer This class provides container functionality specific to message-driven EJBs.
MessageBeanContextImpl Implementation of EJBContext for message-driven beans
MessageBeanListenerImpl  
ReadOnlyBeanContainer The Container that manages instances of ReadOnly Beans.
ReadOnlyBeanHelper Deprecated. New implementations must use com.sun.appserv.ejb.ReadOnlyBeanHelper
ReadOnlyBeanLocalNotifierImpl  
ReadOnlyBeanNotifierImpl An instance of ReadOnlyBeanNotifier is used to refresh ReadOnlyBeans
ReadOnlyContextImpl Implementation of EJBContext for ReadOnlyBeans.
ReadOnlyEJBHomeImpl Implementation of the EJBHome interface.
ReadOnlyEJBLocalHomeImpl Implementation of the EJBHome interface.
RemoteAsyncResult This class stores the result of an async Future operation.
RemoteBusinessIntfInvocationHandler This is an invocation handler for a remote EJB 3.x business interface.
RemoteBusinessObjectFactory An object factory to handle Remote EJB 30 business interface reference access.
RemoteBusinessWrapperBase  
SessionContextImpl Implementation of EJBContext for SessionBeans
SFSBTxCheckpointCoordinator A class to checkpoint HA enabled SFSBs as a single transactional unit.
SingletonContextImpl Implementation of EJBContext for Singleton SessionBeans
StatefulSessionContainer This class provides container functionality specific to stateful SessionBeans.
StatelessSessionContainer This class provides container functionality specific to stateless SessionBeans.
TimerBean TimerBean is a facade for the persistent state of an EJB Timer.
TimerBean.Blob To be used to read in TimerBean.Blob and replace with TimerState.Blob on v2.x upgrade
TimerBeanContainer  
TimerPrimaryKey  
TimerSchedule A runtime representation of the user-defined calendar-based timeout expression for an enterprise bean timer.
TimerServiceNamingProxy Proxy for creating TimerService instances when requested by lookup or injection.
TimerState TimerState represents the state of a persistent EJB Timer.
TimerState.Blob Many DBs have a limitation that at most one field per DB can hold binary data.
TimerWrapper  
TimerWrapper.SerializedTimerWrapper Used by serialization code to serialize a TimerWrapper.
WebServiceInvocationHandler This is a proxy invocation handler for web service ejb invocations.
 

Enum Summary
BaseContainer.ContainerType  
EJBContextImpl.BeanState  
MessageBeanContainer.MessageDeliveryType  
 

Exception Summary
InternalEJBContainerException  
InternalRemoteException  
ParallelAccessException  
 



Copyright © 2012 GlassFish Community. All Rights Reserved.