Searched defs:checkStartability (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java131 * Return codes used when the hidden option --checkStartability is used.
137 * Returned when the user specified the --checkStartability option with other
142 * Returned when the user specified the --checkStartability option with
9243 BooleanArgument checkStartability = null;
9287 checkStartability = new BooleanArgument("checkstartability", null,
9288 "checkStartability",
9290 checkStartability.setHidden(true);
9291 argParser.addArgument(checkStartability);
9366 if (checkStartability.isPresent())
9397 // without the "--checkStartability" argumen
9765 private static int checkStartability(ArgumentParser argParser) method in class:DirectoryServer
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java130 * Return codes used when the hidden option --checkStartability is used.
136 * Returned when the user specified the --checkStartability option with other
141 * Returned when the user specified the --checkStartability option with
8838 BooleanArgument checkStartability = null;
8882 checkStartability = new BooleanArgument("checkstartability", null,
8883 "checkStartability",
8885 checkStartability.setHidden(true);
8886 argParser.addArgument(checkStartability);
8961 if (checkStartability.isPresent())
8992 // without the "--checkStartability" argumen
9355 private static int checkStartability(ArgumentParser argParser) method in class:DirectoryServer
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java132 * Return codes used when the hidden option --checkStartability is used.
138 * Returned when the user specified the --checkStartability option with other
143 * Returned when the user specified the --checkStartability option with
9243 BooleanArgument checkStartability = null;
9287 checkStartability = new BooleanArgument("checkstartability", null,
9288 "checkStartability",
9290 checkStartability.setHidden(true);
9291 argParser.addArgument(checkStartability);
9366 if (checkStartability.isPresent())
9397 // without the "--checkStartability" argumen
9765 private static int checkStartability(ArgumentParser argParser) method in class:DirectoryServer
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java391 * Return codes used when the hidden option --checkStartability is used.
397 * Returned when the user specified the --checkStartability option with other
402 * Returned when the user specified the --checkStartability option with
9471 BooleanArgument checkStartability = null;
9533 checkStartability = new BooleanArgument("checkstartability", null,
9534 "checkStartability",
9536 checkStartability.setHidden(true);
9537 argParser.addArgument(checkStartability);
9619 if (checkStartability.isPresent())
9650 // without the "--checkStartability" argumen
10000 private static int checkStartability(ArgumentParser argParser) method in class:DirectoryServer
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java130 * Return codes used when the hidden option --checkStartability is used.
136 * Returned when the user specified the --checkStartability option with other
141 * Returned when the user specified the --checkStartability option with
8838 BooleanArgument checkStartability = null;
8882 checkStartability = new BooleanArgument("checkstartability", null,
8883 "checkStartability",
8885 checkStartability.setHidden(true);
8886 argParser.addArgument(checkStartability);
8961 if (checkStartability.isPresent())
8992 // without the "--checkStartability" argumen
9355 private static int checkStartability(ArgumentParser argParser) method in class:DirectoryServer
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java243 * Return codes used when the hidden option --checkStartability is used.
249 * Returned when the user specified the --checkStartability option with other
254 * Returned when the user specified the --checkStartability option with
7078 BooleanArgument checkStartability = null;
7117 checkStartability = new BooleanArgument("checkstartability", null,
7118 "checkStartability",
7120 checkStartability.setHidden(true);
7121 argParser.addArgument(checkStartability);
7183 if (checkStartability.isPresent())
7214 // without the "--checkStartability" argumen
7536 private static int checkStartability(ArgumentParser argParser) method in class:DirectoryServer
[all...]

Completed in 763 milliseconds