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

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


Uses of Interface
javax.enterprise.deploy.spi.status.ProgressObject

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

Uses of ProgressObject in javax.enterprise.deploy.spi
 

Methods in javax.enterprise.deploy.spi that return ProgressObject
 ProgressObject DeploymentManager.distribute(Target[] targets, File moduleArchive, File deploymentPlan)
          Validates the configuration, generates all container specific classes and moves the archive to the targets
 ProgressObject DeploymentManager.distribute(Target[] targets, InputStream moduleArchive, InputStream deploymentPlan)
          Validates the configuration, generates all container specific classes and moves the archive to the targets
 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
 



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