Uses of Class
org.glassfish.deployment.client.DFDeploymentStatus

Packages that use DFDeploymentStatus
org.glassfish.deployapi   
org.glassfish.deployment.client   
 

Uses of DFDeploymentStatus in org.glassfish.deployapi
 

Fields in org.glassfish.deployapi declared as DFDeploymentStatus
protected  DFDeploymentStatus ProgressObjectImpl.finalDeploymentStatus
           
 

Methods in org.glassfish.deployapi that return DFDeploymentStatus
 DFDeploymentStatus ProgressObjectSink.getCompletedStatus()
          Report completed status for deploytool.
 DFDeploymentStatus ProgressObjectImpl.getCompletedStatus()
          Retrieve the final deployment status which has complete details for each stage
 

Methods in org.glassfish.deployapi with parameters of type DFDeploymentStatus
 boolean ProgressObjectImpl.checkStatusAndAddStage(TargetImpl aTarget, String action, DFDeploymentStatus currentStatus)
          Given a Deployment status, this checks if the status is success
 

Uses of DFDeploymentStatus in org.glassfish.deployment.client
 

Methods in org.glassfish.deployment.client that return DFDeploymentStatus
abstract  DFDeploymentStatus DFProgressObject.getCompletedStatus()
          Once the progress object has reached a completed or failed state, this API will permit to retrieve the final status information for the deployment
 DFDeploymentStatus DFDeploymentStatus.getMainStatus()
           
 DFDeploymentStatus DFDeploymentStatus.getParent()
           
 DFDeploymentStatus DFDeploymentStatus.getStageStatusForLevel(DFDeploymentStatus.Status level)
           
 DFDeploymentStatus AbstractDeploymentFacility.DFCommandRunner.run()
          Runs the command.
 DFDeploymentStatus DFProgressObject.waitFor()
          Waits for the operation which this progress object is monitoring to complete.
 DFDeploymentStatus DeploymentFacility.waitFor(DFProgressObject po)
          Wait for a progress object to be in a completed state (sucessful or failed) and return the DeploymentStatus for this progress object.
 DFDeploymentStatus AbstractDeploymentFacility.waitFor(DFProgressObject po)
          Convenient method to wait for the operation monitored by the progress object to complete, returning the final operation status.
 

Methods in org.glassfish.deployment.client with parameters of type DFDeploymentStatus
 void DFDeploymentStatus.addSubStage(DFDeploymentStatus subStage)
          Add a sub stage to this deployment status
static void DFDeploymentStatus.getAllStageMessages(DFDeploymentStatus status, StringBuilder sb)
           
static Iterator DFDeploymentStatus.getAllStageStatusForLevel(DFDeploymentStatus status, DFDeploymentStatus.Status level)
          Get all stages with this deployment status level
static void DFDeploymentStatus.parseDeploymentStatus(DFDeploymentStatus status, PrintWriter pw)
          Traverse through the DeploymenStatus hierarchy and write failure/warning msgs to the print writer
 void DFDeploymentStatus.setParent(DFDeploymentStatus parent)
          Setthe parent status for this status
 

Constructors in org.glassfish.deployment.client with parameters of type DFDeploymentStatus
DFDeploymentStatus(DFDeploymentStatus parent)
          Creates a new uninitialized DFDeploymentStatus instance as a sub stage deployment status of the passed DFDeploymentStatus
 



Copyright © 2012. All Rights Reserved.