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

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


Uses of Interface
javax.enterprise.deploy.spi.TargetModuleID

Packages that use TargetModuleID
javax.enterprise.deploy.spi Provides product vendor implementation classes. 
javax.enterprise.deploy.spi.status Provides product vendor status classes. 
 

Uses of TargetModuleID in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi that return TargetModuleID
 TargetModuleID TargetModuleID.getParentTargetModuleID()
          The parent of this module
 TargetModuleID[] TargetModuleID.getChildTargetModuleID()
          Get the child modules
 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
 

Methods in javax.enterprise.deploy.spi with parameters of type TargetModuleID
 ProgressObject DeploymentManager.start(TargetModuleID[] moduleIDList)
          Start the modules
 ProgressObject DeploymentManager.stop(TargetModuleID[] moduleIDList)
          Stop the modules
 ProgressObject DeploymentManager.undeploy(TargetModuleID[] moduleIDList)
          Removes the modules
 ProgressObject DeploymentManager.redeploy(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
          Redeploys the modules
 ProgressObject DeploymentManager.redeploy(TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
          Redeploys the modules
 

Uses of TargetModuleID in javax.enterprise.deploy.spi.status
 

Methods in javax.enterprise.deploy.spi.status that return TargetModuleID
 TargetModuleID[] ProgressObject.getResultTargetModuleIDs()
          Retrieve the resulting target module ids
 TargetModuleID ProgressEvent.getTargetModuleID()
          Get the target module id
 

Methods in javax.enterprise.deploy.spi.status with parameters of type TargetModuleID
 ClientConfiguration ProgressObject.getClientConfiguration(TargetModuleID id)
          Return the client configuration associated with the module
 

Constructors in javax.enterprise.deploy.spi.status with parameters of type TargetModuleID
ProgressEvent(Object source, TargetModuleID moduleID, DeploymentStatus status)
          Create a new progress event
 



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