Searched refs:enableService (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java292 private boolean enableService; field in class:WindowsServicePanel.WindowsServiceTask
297 * @param enableService whether the windows service must be enabled or
301 boolean enableService)
304 this.enableService = enableService;
313 if (enableService)
328 if (enableService)
367 if (enableService)
369 returnCode = ConfigureWindowsService.enableService(outPrintStream,
419 if (enableService)
300 WindowsServiceTask(ControlPanelInfo info, ProgressDialog dlg, boolean enableService) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java291 private boolean enableService; field in class:WindowsServicePanel.WindowsServiceTask
296 * @param enableService whether the windows service must be enabled or
300 boolean enableService)
303 this.enableService = enableService;
312 if (enableService)
327 if (enableService)
366 if (enableService)
368 returnCode = ConfigureWindowsService.enableService(outPrintStream,
418 if (enableService)
299 WindowsServiceTask(ControlPanelInfo info, ProgressDialog dlg, boolean enableService) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java292 private boolean enableService; field in class:WindowsServicePanel.WindowsServiceTask
297 * @param enableService whether the windows service must be enabled or
301 boolean enableService)
304 this.enableService = enableService;
313 if (enableService)
328 if (enableService)
367 if (enableService)
369 returnCode = ConfigureWindowsService.enableService(outPrintStream,
419 if (enableService)
300 WindowsServiceTask(ControlPanelInfo info, ProgressDialog dlg, boolean enableService) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java291 private boolean enableService; field in class:WindowsServicePanel.WindowsServiceTask
296 * @param enableService whether the windows service must be enabled or
300 boolean enableService)
303 this.enableService = enableService;
312 if (enableService)
327 if (enableService)
366 if (enableService)
368 returnCode = ConfigureWindowsService.enableService(outPrintStream,
418 if (enableService)
299 WindowsServiceTask(ControlPanelInfo info, ProgressDialog dlg, boolean enableService) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java292 private boolean enableService; field in class:WindowsServicePanel.WindowsServiceTask
297 * @param enableService whether the windows service must be enabled or
301 boolean enableService)
304 this.enableService = enableService;
313 if (enableService)
328 if (enableService)
367 if (enableService)
369 returnCode = ConfigureWindowsService.enableService(outPrintStream,
419 if (enableService)
300 WindowsServiceTask(ControlPanelInfo info, ProgressDialog dlg, boolean enableService) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DWindowsServicePanel.java277 private boolean enableService; field in class:WindowsServicePanel.WindowsServiceTask
282 * @param enableService whether the windows service must be enabled or
286 boolean enableService)
289 this.enableService = enableService;
296 if (enableService)
309 if (enableService)
342 if (enableService)
344 returnCode = ConfigureWindowsService.enableService(outPrintStream, errorPrintStream);
387 if (enableService)
285 WindowsServiceTask(ControlPanelInfo info, ProgressDialog dlg, boolean enableService) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java93 * Return codes for the method enableService.
206 BooleanArgument enableService = null;
214 enableService = new BooleanArgument("enableservice", 'e', "enableService",
216 argParser.addArgument(enableService);
271 if (enableService.isPresent())
305 if (enableService.isPresent())
307 returnValue = enableService(out, err);
386 public static int enableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
395 return enableService(ou
413 public static int enableService(PrintStream out, PrintStream err, method in class:ConfigureWindowsService
[all...]
H A DInstallDS.java1796 boolean enableService = false;
1802 enableService = true;
1812 enableService = confirmAction(message, defaultValue);
1820 return enableService;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java93 * Return codes for the method enableService.
206 BooleanArgument enableService = null;
214 enableService = new BooleanArgument("enableservice", 'e', "enableService",
216 argParser.addArgument(enableService);
271 if (enableService.isPresent())
305 if (enableService.isPresent())
307 returnValue = enableService(out, err);
386 public static int enableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
395 return enableService(ou
413 public static int enableService(PrintStream out, PrintStream err, method in class:ConfigureWindowsService
[all...]
H A DInstallDS.java1796 boolean enableService = false;
1802 enableService = true;
1812 enableService = confirmAction(message, defaultValue);
1820 return enableService;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureWindowsService.java90 /** Return codes for the method enableService. */
167 BooleanArgument enableService = null;
175 enableService = new BooleanArgument("enableservice", 'e', "enableService",
177 argParser.addArgument(enableService);
218 if (enableService.isPresent())
247 if (enableService.isPresent())
249 return enableService(out, err);
321 public static int enableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
330 return enableService(ou
350 public static int enableService(PrintStream out, PrintStream err, String serviceName, String serviceDescription) method in class:ConfigureWindowsService
[all...]
H A DInstallDS.java1801 boolean enableService = false;
1807 enableService = true;
1817 enableService = confirmAction(message, defaultValue);
1825 return enableService;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java94 * Return codes for the method enableService.
224 BooleanArgument enableService = null;
232 enableService = new BooleanArgument("enableservice", 'e', "enableService",
234 argParser.addArgument(enableService);
289 if (enableService.isPresent())
323 if (enableService.isPresent())
325 returnValue = enableService(out, err);
404 public static int enableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
413 return enableService(ou
431 public static int enableService(PrintStream out, PrintStream err, method in class:ConfigureWindowsService
[all...]
H A DInstallDS.java1872 boolean enableService = false;
1878 enableService = true;
1888 enableService = confirmAction(message, defaultValue);
1896 uData.setEnableWindowsService(enableService);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java94 * Return codes for the method enableService.
224 BooleanArgument enableService = null;
232 enableService = new BooleanArgument("enableservice", 'e', "enableService",
234 argParser.addArgument(enableService);
289 if (enableService.isPresent())
323 if (enableService.isPresent())
325 returnValue = enableService(out, err);
404 public static int enableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
413 return enableService(ou
431 public static int enableService(PrintStream out, PrintStream err, method in class:ConfigureWindowsService
[all...]
H A DInstallDS.java1872 boolean enableService = false;
1878 enableService = true;
1888 enableService = confirmAction(message, defaultValue);
1896 uData.setEnableWindowsService(enableService);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java96 * Return codes for the method enableService.
226 BooleanArgument enableService = null;
234 enableService = new BooleanArgument("enableservice", 'e', "enableService",
236 argParser.addArgument(enableService);
291 if (enableService.isPresent())
325 if (enableService.isPresent())
327 returnValue = enableService(out, err);
406 public static int enableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
415 return enableService(ou
433 public static int enableService(PrintStream out, PrintStream err, method in class:ConfigureWindowsService
[all...]
H A DInstallDS.java1965 boolean enableService = false;
1971 enableService = true;
1981 enableService = confirmAction(message, defaultValue);
1989 uData.setEnableWindowsService(enableService);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java2535 enableService();
3009 * {@link #enableService()}.
3051 public void enableService() method in class:ReplicationDomain
3096 enableService();
3121 enableService();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java2536 enableService();
3013 * {@link #enableService()}.
3055 public void enableService() method in class:ReplicationDomain
3100 enableService();
3125 enableService();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java2535 enableService();
3009 * {@link #enableService()}.
3051 public void enableService() method in class:ReplicationDomain
3096 enableService();
3121 enableService();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java3036 * {@link #enableService()}.
3098 public void enableService() method in class:ReplicationDomain
3144 enableService();
3622 enableService();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java3036 * {@link #enableService()}.
3098 public void enableService() method in class:ReplicationDomain
3144 enableService();
3622 enableService();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java2999 * {@link #enableService()}.
3061 public void enableService() method in class:ReplicationDomain
3107 enableService();
3581 enableService();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java225 int code = ConfigureWindowsService.enableService(System.out, System.err);

Completed in 190 milliseconds

12