|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers | |
| Uses of Container in com.sun.ejb |
|---|
| Methods in com.sun.ejb that return Container | |
|---|---|
Container |
ContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
EJBSecurityManager sm,
DeploymentContext deployContext)
Create the appropriate Container instance and initialize it. |
Container |
ComponentContext.getContainer()
Get the Container instance which created this Context. |
| Constructors in com.sun.ejb with parameters of type Container | |
|---|---|
EjbInvocationFactory(String compEnvId,
Container container)
|
|
| Uses of Container in com.sun.ejb.containers |
|---|
| Classes in com.sun.ejb.containers that implement Container | |
|---|---|
class |
AbstractSingletonContainer
|
class |
BaseContainer
This class implements part of the com.sun.ejb.Container interface. |
class |
BMCSingletonContainer
|
class |
CMCSingletonContainer
|
class |
CommitCEntityContainer
|
class |
EntityContainer
This class implements the Container interface for EntityBeans. |
class |
MessageBeanContainer
This class provides container functionality specific to message-driven EJBs. |
class |
ReadOnlyBeanContainer
The Container that manages instances of ReadOnly Beans. |
class |
StatefulSessionContainer
This class provides container functionality specific to stateful SessionBeans. |
class |
StatelessSessionContainer
This class provides container functionality specific to stateless SessionBeans. |
class |
TimerBeanContainer
|
| Methods in com.sun.ejb.containers that return Container | |
|---|---|
Container |
ContainerFactoryImpl.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
EJBSecurityManager sm,
DeploymentContext dynamicConfigContext)
|
protected Container |
EJBLocalRemoteObject.getContainer()
Container needs to be accessed from generated code as well as from other classes in this package. |
Container |
EJBContextImpl.getContainer()
|
protected Container |
EJBHomeImpl.getContainer()
Called from EJBHome implementation. |
| Methods in com.sun.ejb.containers with parameters of type Container | |
|---|---|
void |
EjbAsyncInvocationManager.cleanupContainerTasks(Container container)
|
Future |
EjbAsyncInvocationManager.createRemoteFuture(EjbInvocation inv,
Container container,
GenericEJBHome ejbHome)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||