|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseContainer.ContainerType | |
|---|---|
| com.sun.ejb.containers | |
| Uses of BaseContainer.ContainerType in com.sun.ejb.containers |
|---|
| Fields in com.sun.ejb.containers declared as BaseContainer.ContainerType | |
|---|---|
protected BaseContainer.ContainerType |
BaseContainer.containerType
|
| Methods in com.sun.ejb.containers that return BaseContainer.ContainerType | |
|---|---|
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. |
| Constructors in com.sun.ejb.containers with parameters of type BaseContainer.ContainerType | |
|---|---|
BaseContainer(BaseContainer.ContainerType type,
EjbDescriptor ejbDesc,
ClassLoader loader)
This constructor is called from ContainerFactoryImpl when an EJB Jar is deployed. |
|
EntityContainer(BaseContainer.ContainerType containerType,
EjbDescriptor desc,
ClassLoader loader)
|
|
StatefulSessionContainer(BaseContainer.ContainerType conType,
EjbDescriptor desc,
ClassLoader loader)
|
|
StatelessSessionContainer(BaseContainer.ContainerType conType,
EjbDescriptor desc,
ClassLoader loader)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||