Uses of Class
org.glassfish.deployment.client.DFDeploymentStatus
-
Packages that use DFDeploymentStatus Package Description org.glassfish.deployapi org.glassfish.deployment.client -
-
Uses of DFDeploymentStatus in org.glassfish.deployapi
Methods in org.glassfish.deployapi that return DFDeploymentStatus Modifier and Type Method Description DFDeploymentStatusProgressObjectImpl. getCompletedStatus()Returns null until final deployment status available.DFDeploymentStatusProgressObjectSink. getCompletedStatus()Report completed status for deploytool.Methods in org.glassfish.deployapi with parameters of type DFDeploymentStatus Modifier and Type Method Description booleanProgressObjectImpl. 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 Modifier and Type Method Description abstract DFDeploymentStatusDFProgressObject. getCompletedStatus()Once the progress object has reached a completed or failed state, this API will permit to retrieve the final status information for the deploymentDFDeploymentStatusDFDeploymentStatus. getMainStatus()DFDeploymentStatusDFDeploymentStatus. getParent()DFDeploymentStatusDFDeploymentStatus. getStageStatusForLevel(DFDeploymentStatus.Status level)DFDeploymentStatusAbstractDeploymentFacility.DFCommandRunner. run()Runs the command.DFDeploymentStatusAbstractDeploymentFacility. waitFor(DFProgressObject po)Convenient method to wait for the operation monitored by the progress object to complete, returning the final operation status.DFDeploymentStatusDeploymentFacility. 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.DFDeploymentStatusDFProgressObject. waitFor()Waits for the operation which this progress object is monitoring to complete.Methods in org.glassfish.deployment.client that return types with arguments of type DFDeploymentStatus Modifier and Type Method Description static Iterator<DFDeploymentStatus>DFDeploymentStatus. getAllStageStatusForLevel(DFDeploymentStatus status, DFDeploymentStatus.Status level)Get all stages with this deployment status levelIterator<DFDeploymentStatus>DFDeploymentStatus. getSubStages()Get the list of sub stages for this deployment statusMethods in org.glassfish.deployment.client with parameters of type DFDeploymentStatus Modifier and Type Method Description voidDFDeploymentStatus. addSubStage(DFDeploymentStatus subStage)Add a sub stage to this deployment statusstatic voidDFDeploymentStatus. getAllStageMessages(DFDeploymentStatus status, StringBuilder sb)static Iterator<DFDeploymentStatus>DFDeploymentStatus. getAllStageStatusForLevel(DFDeploymentStatus status, DFDeploymentStatus.Status level)Get all stages with this deployment status levelstatic voidDFDeploymentStatus. parseDeploymentStatus(DFDeploymentStatus status, PrintWriter pw)Traverse through the DeploymenStatus hierarchy and write failure/warning msgs to the print writervoidDFDeploymentStatus. setParent(DFDeploymentStatus parent)Setthe parent status for this statusConstructors in org.glassfish.deployment.client with parameters of type DFDeploymentStatus Constructor Description DFDeploymentStatus(DFDeploymentStatus parent)Creates a new uninitialized DFDeploymentStatus instance as a sub stage deployment status of the passed DFDeploymentStatus
-