| Package | Description |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers | |
| org.glassfish.ejb.mdb | |
| org.glassfish.persistence.ejb.entitybean.container |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext)
Create the appropriate Container instance and initialize it.
|
Container |
ComponentContext.getContainer()
Get the Container instance which created this Context.
|
| Constructor and Description |
|---|
EjbInvocationFactory(String compEnvId,
Container container) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingletonContainer |
class |
BaseContainer
This class implements part of the com.sun.ejb.Container interface.
|
class |
BMCSingletonContainer |
class |
CMCSingletonContainer |
class |
StatefulSessionContainer
This class provides container functionality specific to stateful
SessionBeans.
|
class |
StatelessSessionContainer
This class provides container functionality specific to stateless
SessionBeans.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
StatefulContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext) |
Container |
SingletonContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext) |
Container |
StatelessContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext) |
protected Container |
EJBHomeImpl.getContainer()
Called from EJBHome implementation.
|
Container |
EJBContextImpl.getContainer() |
protected Container |
EJBLocalRemoteObject.getContainer()
Container needs to be accessed from generated code as well
as from other classes in this package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbAsyncInvocationManager.cleanupContainerTasks(Container container) |
Future |
EjbAsyncInvocationManager.createRemoteFuture(EjbInvocation inv,
Container container,
GenericEJBHome ejbHome) |
protected void |
EJBLocalHomeInvocationHandler.postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
protected void |
EJBHomeInvocationHandler.postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBeanContainer
This class provides container functionality specific to message-driven EJBs.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
MessageBeanContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitCEntityContainer |
class |
EntityContainer
This class implements the Container interface for EntityBeans.
|
class |
ReadOnlyBeanContainer
The Container that manages instances of ReadOnly Beans.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
EntityContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityBeanLocalHomeImpl.postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
protected void |
EntityBeanHomeImpl.postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
Copyright © 2019. All rights reserved.