Package | Description |
---|---|
javax.enterprise.deploy.shared |
Provides shared objects for tool vendor and product vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Field and Description |
---|---|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_3
The version type for J2EE 1.3
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_3_1
The version type for J2EE 1.3.1 - DO NOT USE
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_4
The version type for J2EE 1.4
|
static DConfigBeanVersionType |
DConfigBeanVersionType.V5
The version type for Java EE 5
|
Modifier and Type | Method and Description |
---|---|
static DConfigBeanVersionType |
DConfigBeanVersionType.getDConfigBeanVersionType(int type)
Get the version type for an integer
|
protected DConfigBeanVersionType[] |
DConfigBeanVersionType.getEnumValueTable()
Get the enumerated values for module type
|
Modifier and Type | Method and Description |
---|---|
DConfigBeanVersionType |
DeploymentManager.getDConfigBeanVersion()
Get the J2EE platform version
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeploymentManager.isDConfigBeanVersionSupported(DConfigBeanVersionType version)
Test whether the version is supported
|
void |
DeploymentManager.setDConfigBeanVersion(DConfigBeanVersionType version)
Set the J2EE version
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.