Package | Description |
---|---|
javax.enterprise.deploy.shared |
Provides shared objects for Tool Vendor and Product Vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides J2EE Product Vendor implementation classes.
|
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
THIS CONSTANT SHOULD NEVER BE USED.
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_4
J2EE Platform version 1.4
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V5
Java EE Platform version 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 Java EE 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 Java EE platform
version specified.
|
void |
DeploymentManager.setDConfigBeanVersion(DConfigBeanVersionType version)
Set the configuration beans to be used to the Java EE platform
version specificed.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.