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

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


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

Packages that use ModuleType
javax.enterprise.deploy.model Provides tool vendor implementation classes. 
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 ModuleType in javax.enterprise.deploy.model
 

Methods in javax.enterprise.deploy.model that return ModuleType
 ModuleType DeployableObject.getType()
          Get the module type of this deployment module
 ModuleType DDBeanRoot.getType()
          Return the module type of this descriptor
 

Methods in javax.enterprise.deploy.model with parameters of type ModuleType
 DeployableObject[] J2eeApplicationObject.getDeployableObjects(ModuleType type)
          Get all deployable objects in this application of the given module type
 String[] J2eeApplicationObject.getModuleUris(ModuleType type)
          Return the list of module uris for a give module type
 DDBean[] J2eeApplicationObject.getChildBean(ModuleType type, String xpath)
          Get the child elements with the specified xpath
 String[] J2eeApplicationObject.getText(ModuleType type, String xpath)
          Get the text for the given xpath
 void J2eeApplicationObject.addXpathListener(ModuleType type, String xpath, XpathListener xpl)
          Register a listener for a given xpath
 void J2eeApplicationObject.removeXpathListener(ModuleType type, String xpath, XpathListener xpl)
          Unregister a listener for a given xpath
 

Uses of ModuleType in javax.enterprise.deploy.shared
 

Fields in javax.enterprise.deploy.shared declared as ModuleType
static ModuleType ModuleType.EAR
          The module type for an EAR
static ModuleType ModuleType.EJB
          The module type for an EJB
static ModuleType ModuleType.CAR
          The module type for an CAR
static ModuleType ModuleType.RAR
          The module type for an RAR
static ModuleType ModuleType.WAR
          The module type for an WAR
 

Methods in javax.enterprise.deploy.shared that return ModuleType
protected  ModuleType[] ModuleType.getEnumValueTable()
          Get the enumerated values for module type
static ModuleType ModuleType.getModuleType(int type)
          Get the module type for an integer
 

Uses of ModuleType in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi with parameters of type ModuleType
 TargetModuleID[] DeploymentManager.getRunningModules(ModuleType moduleType, Target[] targets)
          Get the running modules
 TargetModuleID[] DeploymentManager.getNonRunningModules(ModuleType moduleType, Target[] targets)
          Get the non running modules
 TargetModuleID[] DeploymentManager.getAvailableModules(ModuleType moduleType, Target[] targets)
          Get the available modules both running and non running
 



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