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 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
static DConfigBeanVersionType DConfigBeanVersionType.getDConfigBeanVersionType(int type)
          Get the version type for an integer
protected  DConfigBeanVersionType[] DConfigBeanVersionType.getEnumValueTable()
          Get the enumerated values for module type
 

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
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.