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

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDFDeploymentStatus.java54 * are the sub stages of a parent stage. For instance, deployment stage
55 * consist of j2eec stage and application loading stage. For a stage to
64 * Possible status for a stage or overall deployment status
101 * - information about this stage
130 * sub stage deployment status of the passed DFDeploymentStatus
141 * @return the combined status for the stage and its children,
152 // if the sub stage statu
[all...]
/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...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/admin/cli/
H A DSecureAdminConfigUpgrade.java149 String stage = null;
151 stage = "adding admin-listener to non-DAS configuration";
155 stage = "upgrading config for secure DAS-to-instance admin traffic";
164 stage = "upgrading secure admin set-up";
179 logger.log(Level.SEVERE, "Error " + stage, ex);

Completed in 215 milliseconds