Searched refs:checkStoppability (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/resource/bin/
H A Dstop-ds102 org.opends.server.tools.StopDS --checkStoppability "${@}"
H A Dstop-ds.bat77 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %*
/forgerock/opendj-b2.6/resource/bin/
H A Dstop-ds103 org.opends.server.tools.StopDS --checkStoppability "${@}"
H A Dstop-ds.bat76 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %*
/forgerock/opendj2.6.2/resource/bin/
H A Dstop-ds103 org.opends.server.tools.StopDS --checkStoppability "${@}"
H A Dstop-ds.bat76 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %*
/forgerock/opendj2-jel-hg/resource/bin/
H A Dstop-ds75 org.opends.server.tools.StopDS --checkStoppability "$@"
H A Dstop-ds.bat75 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %*
/forgerock/opendj2-hg/resource/bin/
H A Dstop-ds102 org.opends.server.tools.StopDS --checkStoppability "${@}"
H A Dstop-ds.bat77 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %*
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A Dstop-ds102 org.opends.server.tools.StopDS --checkStoppability "${@}"
H A Dstop-ds.bat77 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% %SCRIPT_NAME_ARG% org.opends.server.tools.StopDS --checkStoppability %*
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DStopDS.java89 * 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 DStopDS.java84 * 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 DStopDS.java89 * 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 DStopDS.java89 * 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 DStopDS.java84 * 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 DStopDS.java96 * 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 81 milliseconds