Uses of Class
javax.enterprise.deploy.shared.DConfigBeanVersionType

Packages that use DConfigBeanVersionType
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. 
 

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 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
 

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 specificed.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.