Searched defs:disableService (Results 1 - 15 of 15) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java114 * Return codes for the method disableService.
225 BooleanArgument disableService = null;
236 disableService = new BooleanArgument("disableservice", 'd',
237 "disableService",
239 argParser.addArgument(disableService);
293 if (disableService.isPresent())
327 else if (disableService.isPresent())
329 returnValue = disableService(out, err);
545 public static int disableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java113 * Return codes for the method disableService.
207 BooleanArgument disableService = null;
218 disableService = new BooleanArgument("disableservice", 'd',
219 "disableService",
221 argParser.addArgument(disableService);
275 if (disableService.isPresent())
309 else if (disableService.isPresent())
311 returnValue = disableService(out, err);
527 public static int disableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java114 * Return codes for the method disableService.
225 BooleanArgument disableService = null;
236 disableService = new BooleanArgument("disableservice", 'd',
237 "disableService",
239 argParser.addArgument(disableService);
293 if (disableService.isPresent())
327 else if (disableService.isPresent())
329 returnValue = disableService(out, err);
545 public static int disableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java116 * Return codes for the method disableService.
227 BooleanArgument disableService = null;
238 disableService = new BooleanArgument("disableservice", 'd',
239 "disableService",
241 argParser.addArgument(disableService);
295 if (disableService.isPresent())
329 else if (disableService.isPresent())
331 returnValue = disableService(out, err);
547 public static int disableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DConfigureWindowsService.java113 * Return codes for the method disableService.
207 BooleanArgument disableService = null;
218 disableService = new BooleanArgument("disableservice", 'd',
219 "disableService",
221 argParser.addArgument(disableService);
275 if (disableService.isPresent())
309 else if (disableService.isPresent())
311 returnValue = disableService(out, err);
527 public static int disableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureWindowsService.java100 /** Return codes for the method disableService. */
168 BooleanArgument disableService = null;
179 disableService = new BooleanArgument("disableservice", 'd', "disableService",
181 argParser.addArgument(disableService);
222 if (disableService.isPresent())
251 else if (disableService.isPresent())
253 return disableService(out, err);
448 public static int disableService(PrintStream out, PrintStream err) method in class:ConfigureWindowsService
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java2534 disableService();
3016 public void disableService() method in class:ReplicationDomain
3040 * Restart the Replication service after a {@link #disableService()}.
3068 disableService();
3095 disableService();
3120 disableService();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java211 disableService(fakeRDs);
219 private void disableService(FakeReplicationDomain... fakeRDs) method in class:AssuredReplicationServerTest
225 fakeRd.disableService();
2170 fakeRd2.disableService();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java106 * At shutdown time, the {@link #disableService()} method should be called to
3043 public void disableService() method in class:ReplicationDomain
3087 * Restart the Replication service after a {@link #disableService()}.
3143 disableService();
3618 disableService();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java2535 disableService();
3020 public void disableService() method in class:ReplicationDomain
3044 * Restart the Replication service after a {@link #disableService()}.
3072 disableService();
3099 disableService();
3124 disableService();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java211 disableService(fakeRDs);
219 private void disableService(FakeReplicationDomain... fakeRDs) method in class:AssuredReplicationServerTest
225 fakeRd.disableService();
2170 fakeRd2.disableService();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java2534 disableService();
3016 public void disableService() method in class:ReplicationDomain
3040 * Restart the Replication service after a {@link #disableService()}.
3068 disableService();
3095 disableService();
3120 disableService();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java106 * At shutdown time, the {@link #disableService()} method should be called to
3043 public void disableService() method in class:ReplicationDomain
3087 * Restart the Replication service after a {@link #disableService()}.
3143 disableService();
3618 disableService();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java103 * At shutdown time, the {@link #disableService()} method should be called to
3006 public void disableService() method in class:ReplicationDomain
3050 * Restart the Replication service after a {@link #disableService()}.
3106 disableService();
3577 disableService();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java207 disableService(fakeRDs);
215 private void disableService(FakeReplicationDomain... fakeRDs) method in class:AssuredReplicationServerTest
221 fakeRd.disableService();
2170 fakeRd2.disableService();

Completed in 91 milliseconds