JavaEE Application Deployment 1.2 API 1.0.0.Final

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.distribute(Target[] targets, ModuleType type, InputStream moduleArchive, InputStream deploymentPlan)
          The distribute method performs three tasks; it validates the deployment configuration data, generates all container specific classes and interfaces, and moves the fully baked archive to the designated deployment 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
 


JavaEE Application Deployment 1.2 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.