Searched defs:checkStoppability (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | StopDS.java | 89 * Return codes used when the hidden option --checkStoppability is used. 90 * NOTE: when checkStoppability is specified is recommended not to allocate 210 BooleanArgument checkStoppability; 320 checkStoppability = new BooleanArgument("checkstoppability", null, 321 "checkStoppability", 323 checkStoppability.setHidden(true); 324 argParser.addArgument(checkStoppability); 463 if (checkStoppability.isPresent()) 465 System.exit(checkStoppability(argParser, out, err)); 803 private static int checkStoppability(ArgumentParse method in class:StopDS [all...] |
/forgerock/opendj2/src/server/org/opends/server/tools/ |
H A D | StopDS.java | 84 * Return codes used when the hidden option --checkStoppability is used. 85 * NOTE: when checkStoppability is specified is recommended not to allocate 188 BooleanArgument checkStoppability; 298 checkStoppability = new BooleanArgument("checkstoppability", null, 299 "checkStoppability", 301 checkStoppability.setHidden(true); 302 argParser.addArgument(checkStoppability); 441 if (checkStoppability.isPresent()) 443 System.exit(checkStoppability(argParser, out, err)); 781 private static int checkStoppability(ArgumentParse method in class:StopDS [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/ |
H A D | StopDS.java | 89 * Return codes used when the hidden option --checkStoppability is used. 90 * NOTE: when checkStoppability is specified is recommended not to allocate 210 BooleanArgument checkStoppability; 320 checkStoppability = new BooleanArgument("checkstoppability", null, 321 "checkStoppability", 323 checkStoppability.setHidden(true); 324 argParser.addArgument(checkStoppability); 463 if (checkStoppability.isPresent()) 465 System.exit(checkStoppability(argParser, out, err)); 803 private static int checkStoppability(ArgumentParse method in class:StopDS [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/ |
H A D | StopDS.java | 89 * Return codes used when the hidden option --checkStoppability is used. 90 * NOTE: when checkStoppability is specified is recommended not to allocate 210 BooleanArgument checkStoppability; 320 checkStoppability = new BooleanArgument("checkstoppability", null, 321 "checkStoppability", 323 checkStoppability.setHidden(true); 324 argParser.addArgument(checkStoppability); 463 if (checkStoppability.isPresent()) 465 System.exit(checkStoppability(argParser, out, err)); 803 private static int checkStoppability(ArgumentParse method in class:StopDS [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/tools/ |
H A D | StopDS.java | 84 * Return codes used when the hidden option --checkStoppability is used. 85 * NOTE: when checkStoppability is specified is recommended not to allocate 188 BooleanArgument checkStoppability; 298 checkStoppability = new BooleanArgument("checkstoppability", null, 299 "checkStoppability", 301 checkStoppability.setHidden(true); 302 argParser.addArgument(checkStoppability); 441 if (checkStoppability.isPresent()) 443 System.exit(checkStoppability(argParser, out, err)); 781 private static int checkStoppability(ArgumentParse method in class:StopDS [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/ |
H A D | StopDS.java | 96 * Return codes used when the hidden option --checkStoppability is used. 97 * NOTE: when checkStoppability is specified is recommended not to allocate 184 BooleanArgument checkStoppability; 294 checkStoppability = new BooleanArgument("checkstoppability", null, 295 "checkStoppability", 297 checkStoppability.setHidden(true); 298 argParser.addArgument(checkStoppability); 423 if (checkStoppability.isPresent()) 425 System.exit(checkStoppability(argParser, out, err)); 701 private static int checkStoppability(ArgumentParse method in class:StopDS [all...] |
Completed in 80 milliseconds