- sendCommand(String, Integer, String) - Static method in class org.cloudcoder.daemon.Util
-
Send a command to the daemon process.
- setJvmOptions(String) - Method in class org.cloudcoder.daemon.DaemonLauncher
-
Set options to be passed to the JVM
(e.g., "-Xmx1024m -Djavax.net.debug=all").
- setStdoutLogFile(String) - Method in class org.cloudcoder.daemon.DaemonLauncher
-
Set the name of the file to which the stdout/stderr of the daemon will
be redirected.
- SH_PATH - Static variable in class org.cloudcoder.daemon.Util
-
Path to sh executable, or null if it can't be found.
- shutdown() - Method in class org.cloudcoder.daemon.example.ExampleDaemon
-
- shutdown() - Method in interface org.cloudcoder.daemon.IDaemon
-
Stop the daemon.
- start(String) - Method in class org.cloudcoder.daemon.example.ExampleDaemon
-
- start(String) - Method in interface org.cloudcoder.daemon.IDaemon
-
Start the daemon.