| |
|
| java.lang.Object com.caucho.boot.Watchdog
Watchdog | public class Watchdog (Code) | | Thread responsible for watching a backend server.
|
getArgv | String[] getArgv()(Code) | | Returns the java startup args
|
getGroupName | public String getGroupName()(Code) | | Returns the setgid group name.
|
getId | public String getId()(Code) | | Returns the server id of the watchdog.
|
getJavaExe | public String getJavaExe()(Code) | | Returns the location of the java executable
|
getJavaHome | public Path getJavaHome()(Code) | | Returns the JAVA_HOME for the Resin instance
|
getLogPath | public Path getLogPath()(Code) | | Returns the jvm-foo-log.log file path
|
getResinConf | Path getResinConf()(Code) | | |
getResinHome | Path getResinHome()(Code) | | |
getResinRoot | Path getResinRoot()(Code) | | |
getShutdownWaitTime | public long getShutdownWaitTime()(Code) | | Returns the maximum time to wait for a shutdown
|
getUserName | public String getUserName()(Code) | | Returns the setuid user name.
|
getWatchdogPort | public int getWatchdogPort()(Code) | | Returns the watchdog-port for this watchdog instance
|
is64bit | boolean is64bit()(Code) | | |
isSingle | public boolean isSingle()(Code) | | Returns true for a standalone start.
|
isVerbose | boolean isVerbose()(Code) | | |
kill | public void kill()(Code) | | Kills the watchdog instance
|
notifyTaskStarted | void notifyTaskStarted()(Code) | | |
start | public void start()(Code) | | Starts the watchdog instance.
|
startSingle | public int startSingle()(Code) | | |
stop | public void stop()(Code) | | Stops the watchdog instance
|
|
|
|