|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DConfigBeanVersionType | |
---|---|
javax.enterprise.deploy.shared | |
javax.enterprise.deploy.spi |
Uses of DConfigBeanVersionType in javax.enterprise.deploy.shared |
---|
Fields in javax.enterprise.deploy.shared declared as DConfigBeanVersionType | |
---|---|
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 |
Methods in javax.enterprise.deploy.shared that return DConfigBeanVersionType | |
---|---|
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 |
Uses of DConfigBeanVersionType in javax.enterprise.deploy.spi |
---|
Methods in javax.enterprise.deploy.spi that return DConfigBeanVersionType | |
---|---|
DConfigBeanVersionType |
DeploymentManager.getDConfigBeanVersion()
Returns the J2EE platform version number for which the configuration beans are provided. |
Methods in javax.enterprise.deploy.spi with parameters of type DConfigBeanVersionType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |