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

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/status/
H A DProgressEvent.java55 private DeploymentStatus statuscode;
67 DeploymentStatus sCode)
89 public DeploymentStatus getDeploymentStatus()
H A DDeploymentStatus.java48 * The DeploymentStatus interface provides information about
51 public interface DeploymentStatus interface
H A DProgressObject.java70 public DeploymentStatus getDeploymentStatus();
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSimpleProgressObjectImpl.java52 import javax.enterprise.deploy.spi.status.DeploymentStatus;
76 private DeploymentStatus deploymentStatus = null;
79 public SimpleProgressObjectImpl(DeploymentStatus deploymentStatus) {
106 public javax.enterprise.deploy.spi.status.DeploymentStatus getDeploymentStatus() {
H A DDeploymentStatusImpl.java44 import javax.enterprise.deploy.spi.status.DeploymentStatus;
52 public class DeploymentStatusImpl implements DeploymentStatus {
H A DProgressObjectSink.java49 import javax.enterprise.deploy.spi.status.DeploymentStatus;
111 DeploymentStatus forwardedDS = progressEvent.getDeploymentStatus();
252 public DeploymentStatus getDeploymentStatus() {
378 private void updateCompletedStatus(DeploymentStatus ds) {
380 *If the status passed in is already a backend.DeploymentStatus then add it as a new stage to the
381 *completed status. Otherwise, create a new backend.DeploymentStatus, fill it in as much as
395 *The new state status depends on the DeploymentStatus outcome.
418 private void reviseStatusAndMessage(DeploymentStatus ds, DFDeploymentStatus newStageStatus) {
H A DProgressObjectImpl.java61 import javax.enterprise.deploy.spi.status.DeploymentStatus;
199 public DeploymentStatus getDeploymentStatus() {
256 // * in the DeploymentStatus for all the server in the target list.
449 /* new copy of DeploymentStatus */
487 * Since DeploymentStatus only provides the ability to pass a String to the
501 * Parse the DeploymentStatus to get the status message within
H A DSunDeploymentManager.java101 import javax.enterprise.deploy.spi.status.DeploymentStatus;
1235 DeploymentStatus ds = new DeploymentStatusImplWithError(CommandType.DISTRIBUTE, thr);
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DDeploymentFacility.java52 import javax.enterprise.deploy.spi.status.DeploymentStatus;
257 * (sucessful or failed) and return the DeploymentStatus for

Completed in 53 milliseconds