Searched defs:stage (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectSink.java148 *Update the completionStatus by adding a stage to it and recording the completion
149 *of this event as the newest stage.
323 *message based on the most severe state that is present in the entire stage tree.
335 private Status aggregateStages(Status worstStatusSoFar, StringBuffer msgs, DFDeploymentStatus stage) { argument
337 *Starting with the stage passed in, see if its severity is more urgent than that seen so far.
339 *this stage's message and severity as the worst seen so far.
341 Status stageStatus = stage.getStageStatus();
348 *If the stage's severity is the same as the currently worst seen, then add this stage's message
352 msgs.append(stage
[all...]

Completed in 30 milliseconds