Searched defs:enableWindowsService (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java224 public void enableWindowsService() throws ApplicationException { method in class:InstallerHelper
H A DInstaller.java2039 protected void enableWindowsService() throws ApplicationException { method in class:Installer
2043 helper.enableWindowsService();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java225 public void enableWindowsService() throws ApplicationException { method in class:InstallerHelper
H A DInstaller.java2111 protected void enableWindowsService() throws ApplicationException { method in class:Installer
2115 helper.enableWindowsService();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java225 public void enableWindowsService() throws ApplicationException { method in class:InstallerHelper
H A DInstaller.java2111 protected void enableWindowsService() throws ApplicationException { method in class:Installer
2115 helper.enableWindowsService();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java224 public void enableWindowsService() throws ApplicationException { method in class:InstallerHelper
H A DInstaller.java2039 protected void enableWindowsService() throws ApplicationException { method in class:Installer
2043 helper.enableWindowsService();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java250 public void enableWindowsService() throws ApplicationException { method in class:InstallerHelper
H A DInstaller.java2165 protected void enableWindowsService() throws ApplicationException { method in class:Installer
2169 helper.enableWindowsService();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java233 public void enableWindowsService() throws ApplicationException { method in class:InstallerHelper
H A DInstaller.java1847 protected void enableWindowsService() throws ApplicationException method in class:Installer
1851 helper.enableWindowsService();
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/
H A DSetupCli.java92 private BooleanArgument enableWindowsService; field in class:SetupCli
240 enableWindowsService = addGlobal(CommonArguments.getEnableWindowsService());
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DUserData.java72 private boolean enableWindowsService; field in class:UserData
117 enableWindowsService = false;
341 return enableWindowsService;
346 * @param enableWindowsService the boolean indicating whether we want to
349 public void setEnableWindowsService(boolean enableWindowsService) argument
351 this.enableWindowsService = enableWindowsService;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DUserData.java74 private boolean enableWindowsService; field in class:UserData
119 enableWindowsService = false;
343 return enableWindowsService;
348 * @param enableWindowsService the boolean indicating whether we want to
351 public void setEnableWindowsService(boolean enableWindowsService) argument
353 this.enableWindowsService = enableWindowsService;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserData.java74 private boolean enableWindowsService; field in class:UserData
119 enableWindowsService = false;
343 return enableWindowsService;
348 * @param enableWindowsService the boolean indicating whether we want to
351 public void setEnableWindowsService(boolean enableWindowsService) argument
353 this.enableWindowsService = enableWindowsService;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserData.java72 private boolean enableWindowsService; field in class:UserData
117 enableWindowsService = false;
341 return enableWindowsService;
346 * @param enableWindowsService the boolean indicating whether we want to
349 public void setEnableWindowsService(boolean enableWindowsService) argument
351 this.enableWindowsService = enableWindowsService;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DUserData.java74 private boolean enableWindowsService; field in class:UserData
119 enableWindowsService = false;
343 return enableWindowsService;
348 * @param enableWindowsService the boolean indicating whether we want to
351 public void setEnableWindowsService(boolean enableWindowsService) argument
353 this.enableWindowsService = enableWindowsService;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DUserData.java67 private boolean enableWindowsService; field in class:UserData
104 enableWindowsService = false;
325 return enableWindowsService;
330 * @param enableWindowsService the boolean indicating whether we want to
333 public void setEnableWindowsService(boolean enableWindowsService) argument
335 this.enableWindowsService = enableWindowsService;

Completed in 93 milliseconds