Searched refs:serviceState (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureWindowsService.java110 /** Return codes for the method serviceState. */
169 BooleanArgument serviceState = null;
183 serviceState = new BooleanArgument("servicestate", 's', "serviceState",
185 argParser.addArgument(serviceState);
226 if (serviceState.isPresent())
255 else if (serviceState.isPresent())
257 return serviceState(out, err);
583 public static int serviceState() method in class:ConfigureWindowsService
585 return serviceState(NullOutputStrea
601 public static int serviceState(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java133 * Return codes for the method serviceState.
208 BooleanArgument serviceState = null;
223 serviceState = new BooleanArgument("servicestate", 's',
224 "serviceState",
226 argParser.addArgument(serviceState);
279 if (serviceState.isPresent())
313 else if (serviceState.isPresent())
315 returnValue = serviceState(out, err);
685 public static int serviceState(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java133 * Return codes for the method serviceState.
208 BooleanArgument serviceState = null;
223 serviceState = new BooleanArgument("servicestate", 's',
224 "serviceState",
226 argParser.addArgument(serviceState);
279 if (serviceState.isPresent())
313 else if (serviceState.isPresent())
315 returnValue = serviceState(out, err);
685 public static int serviceState(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java134 * Return codes for the method serviceState.
226 BooleanArgument serviceState = null;
241 serviceState = new BooleanArgument("servicestate", 's',
242 "serviceState",
244 argParser.addArgument(serviceState);
297 if (serviceState.isPresent())
331 else if (serviceState.isPresent())
333 returnValue = serviceState(out, err);
703 public static int serviceState(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java134 * Return codes for the method serviceState.
226 BooleanArgument serviceState = null;
241 serviceState = new BooleanArgument("servicestate", 's',
242 "serviceState",
244 argParser.addArgument(serviceState);
297 if (serviceState.isPresent())
331 else if (serviceState.isPresent())
333 returnValue = serviceState(out, err);
703 public static int serviceState(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java136 * Return codes for the method serviceState.
228 BooleanArgument serviceState = null;
243 serviceState = new BooleanArgument("servicestate", 's',
244 "serviceState",
246 argParser.addArgument(serviceState);
299 if (serviceState.isPresent())
333 else if (serviceState.isPresent())
335 returnValue = serviceState(out, err);
705 public static int serviceState(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c2097 int serviceState() function
2135 } // serviceState
2367 returnCode = serviceState();
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c2098 int serviceState() function
2136 } // serviceState
2368 returnCode = serviceState();
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c2098 int serviceState() function
2136 } // serviceState
2368 returnCode = serviceState();
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c2097 int serviceState() function
2135 } // serviceState
2367 returnCode = serviceState();
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c2098 int serviceState() function
2136 } // serviceState
2368 returnCode = serviceState();
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c2097 int serviceState() function
2135 } // serviceState
2367 returnCode = serviceState();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java482 int result = ConfigureWindowsService.serviceState(null, null);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java483 int result = ConfigureWindowsService.serviceState(null, null);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java483 int result = ConfigureWindowsService.serviceState(null, null);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java482 int result = ConfigureWindowsService.serviceState(null, null);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java484 int result = ConfigureWindowsService.serviceState(null, null);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java464 desc.setWindowsServiceEnabled(isWindows() && serviceState() == SERVICE_STATE_ENABLED);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1482 if (ConfigureWindowsService.serviceState(null, null) ==
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1481 if (ConfigureWindowsService.serviceState(null, null) ==
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1482 if (ConfigureWindowsService.serviceState(null, null) ==
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1481 if (ConfigureWindowsService.serviceState(null, null) ==
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java1411 isWindowsServiceEnabled = serviceState() == SERVICE_STATE_ENABLED;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1541 if (ConfigureWindowsService.serviceState(null, null) ==
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java9889 isRunningAsWindowsService = ConfigureWindowsService.serviceState(null,

Completed in 228 milliseconds

12