|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DConfigBeanVersionType | |
javax.enterprise.deploy.shared | Provides shared objects for tool vendor and product vendor implementation classes. |
javax.enterprise.deploy.spi | Provides product vendor implementation classes. |
Uses of DConfigBeanVersionType in javax.enterprise.deploy.shared |
Fields in javax.enterprise.deploy.shared declared as DConfigBeanVersionType | |
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 |
Methods in javax.enterprise.deploy.shared that return DConfigBeanVersionType | |
protected DConfigBeanVersionType[] |
DConfigBeanVersionType.getEnumValueTable()
Get the enumerated values for module type |
static DConfigBeanVersionType |
DConfigBeanVersionType.getDConfigBeanVersionType(int type)
Get the version type for an integer |
Uses of DConfigBeanVersionType in javax.enterprise.deploy.spi |
Methods in javax.enterprise.deploy.spi that return DConfigBeanVersionType | |
DConfigBeanVersionType |
DeploymentManager.getDConfigBeanVersion()
Get the J2EE platform version |
Methods in javax.enterprise.deploy.spi with parameters of type DConfigBeanVersionType | |
boolean |
DeploymentManager.isDConfigBeanVersionSupported(DConfigBeanVersionType version)
Test whether the version is supported |
void |
DeploymentManager.setDConfigBeanVersion(DConfigBeanVersionType version)
Set the J2EE version |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |