|
|||||||||||
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 |
static DConfigBeanVersionType |
DConfigBeanVersionType.V1_4
J2EE Platform version 1.4 |
Methods in javax.enterprise.deploy.shared that return DConfigBeanVersionType | |
protected DConfigBeanVersionType[] |
DConfigBeanVersionType.getEnumValueTable()
Returns the enumeration value table for class DConfigBeanVersionType |
static DConfigBeanVersionType |
DConfigBeanVersionType.getDConfigBeanVersionType(int value)
Return an object of the specified value. |
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 |