Searched defs:aTarget (Results 1 - 1 of 1) sorted by relevance
| /glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/ |
| H A D | ProgressObjectImpl.java | 445 protected void fireProgressEvent(StateType state, String message, TargetImpl aTarget) { argument 463 TargetModuleIDImpl tmi = new TargetModuleIDImpl(aTarget, moduleID); 531 TargetImpl aTarget, 551 fireProgressEvent(StateType.COMPLETED, i18nmsg, aTarget); 561 public void setupForAbnormalExit(String errorMsg, TargetImpl aTarget) { argument 570 fireProgressEvent(StateType.FAILED, i18nmsg, aTarget); 577 public boolean checkStatusAndAddStage(TargetImpl aTarget, String action, DFDeploymentStatus currentStatus) { argument 581 fireProgressEvent(StateType.RUNNING, localStrings.getLocalString("enterprise.deployment.client.action_completed", "Action {0} completed", action), aTarget); 584 setupForAbnormalExit(localStrings.getLocalString("enterprise.deployment.client.action_failed_with_message", "Action {0} failed - {1}", action, statusMsg), aTarget); 529 setupForNormalExit( String message, TargetImpl aTarget, TargetModuleIDImpl[] tmids) argument
|
Completed in 28 milliseconds