Searched refs:stopped (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DStopServerTask.java84 // Verify that the server is actually stopped
118 // Check that the server is actually stopped.
119 boolean stopped = !Utilities.isServerRunning(f);
121 while (!stopped && nTries > 0)
130 stopped = !Utilities.isServerRunning(f);
133 if (!stopped)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DStopServerTask.java83 // Verify that the server is actually stopped
117 // Check that the server is actually stopped.
118 boolean stopped = !Utilities.isServerRunning(f);
120 while (!stopped && nTries > 0)
129 stopped = !Utilities.isServerRunning(f);
132 if (!stopped)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DStopServerTask.java84 // Verify that the server is actually stopped
118 // Check that the server is actually stopped.
119 boolean stopped = !Utilities.isServerRunning(f);
121 while (!stopped && nTries > 0)
130 stopped = !Utilities.isServerRunning(f);
133 if (!stopped)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DStopServerTask.java83 // Verify that the server is actually stopped
117 // Check that the server is actually stopped.
118 boolean stopped = !Utilities.isServerRunning(f);
120 while (!stopped && nTries > 0)
129 stopped = !Utilities.isServerRunning(f);
132 if (!stopped)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DStopServerTask.java84 // Verify that the server is actually stopped
118 // Check that the server is actually stopped.
119 boolean stopped = !Utilities.isServerRunning(f);
121 while (!stopped && nTries > 0)
130 stopped = !Utilities.isServerRunning(f);
133 if (!stopped)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DStopServerTask.java78 // Verify that the server is actually stopped
110 // Check that the server is actually stopped.
111 boolean stopped = !Utilities.isServerRunning(f);
113 while (!stopped && nTries > 0)
122 stopped = !Utilities.isServerRunning(f);
125 if (!stopped)
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java171 * Stops all the idle threads in the pool. Note that these stopped threads
174 * the pool are stopped.
247 private volatile boolean stopped = false; field in class:ThreadPool.IPSThread
292 while (!stopped) {
353 debug.error(thread.getName() + " stopped.", (Throwable) null);
363 stopped = true;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java171 * Stops all the idle threads in the pool. Note that these stopped threads
174 * the pool are stopped.
247 private volatile boolean stopped = false; field in class:ThreadPool.IPSThread
292 while (!stopped) {
353 debug.error(thread.getName() + " stopped.", (Throwable) null);
363 stopped = true;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java208 * server is stopped.
211 boolean stopped = false;
213 for (int i = 0; i < nTries && !stopped; i++) {
222 stopped = !installation.getStatus().isServerRunning();
224 "After calling stop-ds. Is server running? "+!stopped);
226 if (!stopped) {
238 if (!stopped) {
253 LOG.log(Level.INFO, "server already stopped");
260 * could not be stopped.
273 LOG.log(Level.INFO, "server stopped");
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java209 * server is stopped.
212 boolean stopped = false;
214 for (int i = 0; i < nTries && !stopped; i++) {
223 stopped = !installation.getStatus().isServerRunning();
225 "After calling stop-ds. Is server running? "+!stopped);
227 if (!stopped) {
239 if (!stopped) {
254 LOG.log(Level.INFO, "server already stopped");
261 * could not be stopped.
274 LOG.log(Level.INFO, "server stopped");
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java209 * server is stopped.
212 boolean stopped = false;
214 for (int i = 0; i < nTries && !stopped; i++) {
223 stopped = !installation.getStatus().isServerRunning();
225 "After calling stop-ds. Is server running? "+!stopped);
227 if (!stopped) {
239 if (!stopped) {
254 LOG.log(Level.INFO, "server already stopped");
261 * could not be stopped.
274 LOG.log(Level.INFO, "server stopped");
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java208 * server is stopped.
211 boolean stopped = false;
213 for (int i = 0; i < nTries && !stopped; i++) {
222 stopped = !installation.getStatus().isServerRunning();
224 "After calling stop-ds. Is server running? "+!stopped);
226 if (!stopped) {
238 if (!stopped) {
253 LOG.log(Level.INFO, "server already stopped");
260 * could not be stopped.
273 LOG.log(Level.INFO, "server stopped");
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DServerController.java209 * server is stopped.
212 boolean stopped = false;
213 for (int i = 0; i < nTries && !stopped; i++) {
222 stopped = !installation.getStatus().isServerRunning();
224 "After calling stop-ds. Is server running? " + !stopped));
225 if (stopped) {
236 if (!stopped) {
250 logger.info(LocalizableMessage.raw("server already stopped"));
257 * could not be stopped.
269 logger.info(LocalizableMessage.raw("server stopped"));
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java214 * server is stopped.
217 boolean stopped = false;
219 for (int i = 0; i < nTries && !stopped; i++) {
228 stopped = !installation.getStatus().isServerRunning();
230 "After calling stop-ds. Is server running? "+!stopped);
232 if (!stopped) {
244 if (!stopped) {
259 LOG.log(Level.INFO, "server already stopped");
266 * could not be stopped.
279 LOG.log(Level.INFO, "server stopped");
[all...]
/forgerock/opendj2/resource/bin/
H A Dstop-ds.bat90 echo %SCRIPT%: server already stopped >> %LOG%
/forgerock/opendj-b2.6/resource/bin/
H A Dstop-ds.bat89 echo %SCRIPT%: server already stopped >> %LOG%
/forgerock/opendj2.6.2/resource/bin/
H A Dstop-ds.bat89 echo %SCRIPT%: server already stopped >> %LOG%
/forgerock/opendj2-jel-hg/resource/bin/
H A Dstop-ds.bat88 echo %SCRIPT%: server already stopped >> %LOG%
/forgerock/opendj2-hg/resource/bin/
H A Dstop-ds.bat90 echo %SCRIPT%: server already stopped >> %LOG%
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A Dstop-ds.bat90 echo %SCRIPT%: server already stopped >> %LOG%
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java100 private static ConnectedRS stopped() method in class:ReplicationBroker.ConnectedRS
102 return new ConnectedRS("stopped");
2713 setConnectedRS(ConnectedRS.stopped());
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java100 private static ConnectedRS stopped() method in class:ReplicationBroker.ConnectedRS
102 return new ConnectedRS("stopped");
2713 setConnectedRS(ConnectedRS.stopped());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java97 private static ConnectedRS stopped() method in class:ReplicationBroker.ConnectedRS
99 return new ConnectedRS("stopped");
2681 setConnectedRS(ConnectedRS.stopped());
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js7223 // If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden
7322 stopped,
7330 if ( stopped ) {
7374 if ( stopped ) {
7377 stopped = true;
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...

Completed in 88 milliseconds

12