| Package | Description |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
org.glassfish.api.deployment.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,
org.glassfish.api.deployment.DeploymentContext deployContext) |
Container |
SingletonContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
org.glassfish.api.deployment.DeploymentContext deployContext) |
Container |
StatelessContainerFactory.createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
org.glassfish.api.deployment.DeploymentContext deployContext) |
protected Container |
EJBHomeImpl.getContainer()
Called from EJBHome implementation.
|
protected Container |
EJBLocalRemoteObject.getContainer()
Container needs to be accessed from generated code as well
as from other classes in this package.
|
Container |
EJBContextImpl.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbAsyncInvocationManager.cleanupContainerTasks(Container container) |
Future |
EjbAsyncInvocationManager.createRemoteFuture(EjbInvocation inv,
Container container,
GenericEJBHome ejbHome) |
protected void |
EJBHomeInvocationHandler.postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
protected void |
EJBLocalHomeInvocationHandler.postCreate(Container container,
EjbInvocation inv,
InvocationInfo invInfo,
Object primaryKey,
Object[] args) |
Copyright © 2018 Eclipse Foundation. All rights reserved.