Searched refs:worstStatusSoFar (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectSink.java335 private Status aggregateStages(Status worstStatusSoFar, StringBuffer msgs, DFDeploymentStatus stage) { argument
342 if (stageStatus.isWorseThan(worstStatusSoFar)) {
343 worstStatusSoFar = stageStatus;
351 if (stageStatus == worstStatusSoFar) {
360 worstStatusSoFar = aggregateStages(worstStatusSoFar, msgs, substage);
363 return worstStatusSoFar;

Completed in 12 milliseconds