站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Class javax.enterprise.deploy.shared.DConfigBeanVersionType (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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



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