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

Uses of Interface javax.enterprise.deploy.model.DeployableObject (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.enterprise.deploy.model.DeployableObject

Packages that use DeployableObject
javax.enterprise.deploy.model Provides tool vendor implementation classes. 
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
 

Uses of DeployableObject in javax.enterprise.deploy.model
 

Subinterfaces of DeployableObject in javax.enterprise.deploy.model
 interface J2eeApplicationObject
          A deployable object for an ear
 

Methods in javax.enterprise.deploy.model that return DeployableObject
 DeployableObject J2eeApplicationObject.getDeployableObject(String uri)
          Retrieve a deployable object
 DeployableObject[] J2eeApplicationObject.getDeployableObjects(ModuleType type)
          Get all deployable objects in this application of the given module type
 DeployableObject[] J2eeApplicationObject.getDeployableObjects()
          Get all deployable objects in this application
 DeployableObject DDBeanRoot.getDeployableObject()
          Get the deployable object for this descriptor
 

Uses of DeployableObject in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi that return DeployableObject
 DeployableObject DeploymentConfiguration.getDeployableObject()
          Return an object that provides access to the deployment descriptor
 

Methods in javax.enterprise.deploy.spi with parameters of type DeployableObject
 DeploymentConfiguration DeploymentManager.createConfiguration(DeployableObject obj)
          Retrieve server specific configuration for a component
 



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