| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| org.glassfish.persistence.ejb.entitybean.container |
| Modifier and Type | Field and Description |
|---|---|
protected BaseContainer.ContainerType |
BaseContainer.containerType |
| Modifier and Type | Method and Description |
|---|---|
BaseContainer.ContainerType |
BaseContainer.getContainerType() |
static BaseContainer.ContainerType |
BaseContainer.ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseContainer.ContainerType[] |
BaseContainer.ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseContainer(BaseContainer.ContainerType type,
EjbDescriptor ejbDesc,
ClassLoader loader,
SecurityManager sm)
This constructor is called from ContainerFactoryImpl when an
EJB Jar is deployed.
|
StatefulSessionContainer(BaseContainer.ContainerType conType,
EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm) |
StatelessSessionContainer(BaseContainer.ContainerType conType,
EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm) |
| Constructor and Description |
|---|
EntityContainer(BaseContainer.ContainerType containerType,
EjbDescriptor desc,
ClassLoader loader,
SecurityManager sm) |
Copyright © 2017. All rights reserved.