Package | Description |
---|---|
javax.enterprise.deploy.shared | |
javax.enterprise.deploy.spi |
Modifier and Type | Field and Description |
---|---|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_3
J2EE Platform version 1.3
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_3_1
J2EE Platform version 1.3.1
DO NOT USE THIS, USE V1_3 instead
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_4
J2EE Platform version 1.4
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V5
JAVAEE Platform version 1.5
|
Modifier and Type | Method and Description |
---|---|
static DConfigBeanVersionType |
DConfigBeanVersionType.getDConfigBeanVersionType(int value)
Return an object of the specified value.
|
protected DConfigBeanVersionType[] |
DConfigBeanVersionType.getEnumValueTable()
Returns the enumeration value table for class DConfigBeanVersionType
|
Modifier and Type | Method and Description |
---|---|
DConfigBeanVersionType |
DeploymentManager.getDConfigBeanVersion()
Returns the J2EE platform version number for which the configuration
beans are provided.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeploymentManager.isDConfigBeanVersionSupported(DConfigBeanVersionType version)
Returns
true if the configuration beans support the J2EE platform
version specified. |
void |
DeploymentManager.setDConfigBeanVersion(DConfigBeanVersionType version)
Set the configuration beans to be used to the J2EE platform version specified.
|
Copyright © 2013. All Rights Reserved.