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.redeploy(TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
          Redeploys the modules
 ProgressObject DeploymentManager.redeploy(TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
          Redeploys the modules
 ProgressObject DeploymentManager.start(TargetModuleID[] moduleIDList)
          Start the modules
 ProgressObject DeploymentManager.stop(TargetModuleID[] moduleIDList)
          Stop the modules
 ProgressObject DeploymentManager.undeploy(TargetModuleID[] moduleIDList)
          Removes the modules
 



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