Searched refs:restart (Results 1 - 25 of 44) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DRestartTaskThread.java40 * in-core restart. That is, the server will perform an internal shutdown, and
46 * restart while the other does a shutdown): this class extends
50 * exit before we get a chance to restart it if all non-daemon threads go away.
89 DirectoryServer.restart(CLASS_NAME, shutdownMessage);
H A DShutdownTask.java64 private boolean restart; field in class:ShutdownTask
94 restart = false;
125 restart = (valueString.equals("true") || valueString.equals("yes")
138 if (restart)
178 // depending on whether we're doing a restart or a shutdown.
181 if (configuredAsService && !restart)
193 else if (restart)
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DRestartTaskThread.java39 * in-core restart. That is, the server will perform an internal shutdown, and
45 * restart while the other does a shutdown): this class extends
49 * exit before we get a chance to restart it if all non-daemon threads go away.
88 DirectoryServer.restart(CLASS_NAME, shutdownMessage);
H A DShutdownTask.java63 private boolean restart; field in class:ShutdownTask
93 restart = false;
124 restart = (valueString.equals("true") || valueString.equals("yes")
137 if (restart)
177 // depending on whether we're doing a restart or a shutdown.
180 if (configuredAsService && !restart)
192 else if (restart)
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DRestartTaskThread.java40 * in-core restart. That is, the server will perform an internal shutdown, and
46 * restart while the other does a shutdown): this class extends
50 * exit before we get a chance to restart it if all non-daemon threads go away.
89 DirectoryServer.restart(CLASS_NAME, shutdownMessage);
H A DShutdownTask.java64 private boolean restart; field in class:ShutdownTask
94 restart = false;
125 restart = (valueString.equals("true") || valueString.equals("yes")
138 if (restart)
178 // depending on whether we're doing a restart or a shutdown.
181 if (configuredAsService && !restart)
193 else if (restart)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DRestartTaskThread.java40 * in-core restart. That is, the server will perform an internal shutdown, and
46 * restart while the other does a shutdown): this class extends
50 * exit before we get a chance to restart it if all non-daemon threads go away.
89 DirectoryServer.restart(CLASS_NAME, shutdownMessage);
H A DShutdownTask.java64 private boolean restart; field in class:ShutdownTask
94 restart = false;
125 restart = (valueString.equals("true") || valueString.equals("yes")
138 if (restart)
178 // depending on whether we're doing a restart or a shutdown.
181 if (configuredAsService && !restart)
193 else if (restart)
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DRestartTaskThread.java39 * in-core restart. That is, the server will perform an internal shutdown, and
45 * restart while the other does a shutdown): this class extends
49 * exit before we get a chance to restart it if all non-daemon threads go away.
88 DirectoryServer.restart(CLASS_NAME, shutdownMessage);
H A DShutdownTask.java63 private boolean restart; field in class:ShutdownTask
93 restart = false;
124 restart = (valueString.equals("true") || valueString.equals("yes")
137 if (restart)
177 // depending on whether we're doing a restart or a shutdown.
180 if (configuredAsService && !restart)
192 else if (restart)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DRestartTaskThread.java36 * in-core restart. That is, the server will perform an internal shutdown, and
42 * restart while the other does a shutdown): this class extends
46 * exit before we get a chance to restart it if all non-daemon threads go away.
85 DirectoryServer.restart(CLASS_NAME, shutdownMessage);
H A DShutdownTask.java66 private boolean restart; field in class:ShutdownTask
94 restart = false;
118 restart = valueString.equals("true") || valueString.equals("yes")
131 if (restart)
171 // depending on whether we're doing a restart or a shutdown.
174 if (configuredAsService && !restart)
186 else if (restart)
/forgerock/opendj2-jel-hg/src/svr4/OpenDJ/
H A Dr.manifest84 /usr/sbin/svcadm restart manifest-import
H A Di.manifest89 /usr/sbin/svcadm restart manifest-import
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEmbeddedUtils.java107 * Attempts to restart the Directory Server. This will perform an in-core
108 * restart in which the existing server instance will be shut down, a new
111 * @param className The name of the class that initiated the restart.
119 DirectoryServer.restart(className, reason, config);
/forgerock/opendj2/resource/sysv/
H A Dopendj154 restart)
166 echo $"Usage: /etc/init.d/$DAEMON {start|restart|stop|force-reload|status}"
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEmbeddedUtils.java106 * Attempts to restart the Directory Server. This will perform an in-core
107 * restart in which the existing server instance will be shut down, a new
110 * @param className The name of the class that initiated the restart.
118 DirectoryServer.restart(className, reason, config);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEmbeddedUtils.java107 * Attempts to restart the Directory Server. This will perform an in-core
108 * restart in which the existing server instance will be shut down, a new
111 * @param className The name of the class that initiated the restart.
119 DirectoryServer.restart(className, reason, config);
/forgerock/opendj2-hg/resource/sysv/
H A Dopendj154 restart)
166 echo $"Usage: /etc/init.d/$DAEMON {start|restart|stop|force-reload|status}"
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEmbeddedUtils.java107 * Attempts to restart the Directory Server. This will perform an in-core
108 * restart in which the existing server instance will be shut down, a new
111 * @param className The name of the class that initiated the restart.
119 DirectoryServer.restart(className, reason, config);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEmbeddedUtils.java106 * Attempts to restart the Directory Server. This will perform an in-core
107 * restart in which the existing server instance will be shut down, a new
110 * @param className The name of the class that initiated the restart.
118 DirectoryServer.restart(className, reason, config);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DEmbeddedUtils.java112 * Attempts to restart the Directory Server. This will perform an in-core
113 * restart in which the existing server instance will be shut down, a new
116 * @param className The name of the class that initiated the restart.
124 DirectoryServer.restart(className, reason, config);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/
H A Dcreate-openidm-rc.sh67 restart)
73 echo "Usage: ${SCRIPT_NAME} { start | stop | restart }"
/forgerock/opendj2/resource/bin/
H A Dstop-ds.bat111 echo %SCRIPT%: restart using system call >> %LOG%
127 echo %SCRIPT%: restart as windows service, stopping >> %LOG%
130 echo %SCRIPT%: restart as windows service, starting >> %LOG%
/forgerock/opendj-b2.6/resource/bin/
H A Dstop-ds.bat110 echo %SCRIPT%: restart using system call >> %LOG%
126 echo %SCRIPT%: restart as windows service, stopping >> %LOG%
129 echo %SCRIPT%: restart as windows service, starting >> %LOG%

Completed in 131 milliseconds

12