Searched defs:po (Results 1 - 5 of 5) sorted by relevance
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/ |
H A D | CLIUtil.java | 185 public static String[] getAllCommands(Habitat habitat, ProgramOptions po, argument 188 String[] remoteCommands = getRemoteCommands(habitat, po, env); 229 ProgramOptions po, Environment env) 248 new RemoteCommand("list-commands", po, env); 228 getRemoteCommands(Habitat habitat, ProgramOptions po, Environment env) argument
|
H A D | AsadminMain.java | 71 private static ProgramOptions po; field in class:AsadminMain 242 if (!po.isTerse()) 286 po = new ProgramOptions(params, env); 287 readAndMergeOptionsFromAuxInput(po); 291 po = new ProgramOptions(env); 292 po.toEnvironment(env); 293 po.setClassPath(classPath); 294 po.setClassName(className); 296 if (po.isHelp()) 304 habitat.addComponent("program-options", po); [all...] |
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/ |
H A D | DeploymentFacility.java | 262 public DFDeploymentStatus waitFor(DFProgressObject po); argument
|
H A D | AbstractDeploymentFacility.java | 139 ProgressObjectImpl po = new ProgressObjectImpl(targets); 149 if(!po.checkStatusAndAddStage((TargetImpl)target, localStrings.getLocalString("enterprise.deployment.client.change_state", "{0} of {1} in target {2}", action, moduleID, target.getName()), mainStatus)) { 150 return po; 160 po.setupForNormalExit(localStrings.getLocalString("enterprise.deployment.client.change_state_all", "{0} of application in all targets", action), (TargetImpl)targets[0], targetModuleIDs); 161 return po; 163 po.setupForAbnormalExit(localStrings.getLocalString("enterprise.deployment.client.state_change_failed", "Attempt to change the state of the application {0} failed - {1}", moduleID, ioex.toString()), (TargetImpl)targets[0]); 164 return po; 217 ProgressObjectImpl po = new ProgressObjectImpl(targets); 228 if(!po.checkStatusAndAddStage((TargetImpl)target, localStrings.getLocalString("enterprise.deployment.client.create_reference", "Creation of reference for application in target {0}", target.getName()), mainStatus)) { 229 return po; 1100 waitFor(DFProgressObject po) argument [all...] |
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/ |
H A D | RemoteCommand.java | 237 public RemoteCommand(String name, ProgramOptions po, Environment env) argument 239 super(name, po, env); 248 public RemoteCommand(String name, ProgramOptions po, Environment env, argument 251 this(name, po, env);
|
Completed in 33 milliseconds