public interface ProcessChecker
Modifier and Type | Method and Description |
---|---|
void |
checkProcess()
Check the status of the process the process checker was constructed to check.
|
void checkProcess() throws GenieTimeoutException, org.apache.commons.exec.ExecuteException, java.io.IOException
GenieTimeoutException
- When the process has been running longer than its configured timeout periodorg.apache.commons.exec.ExecuteException
- When the check returns a non-successful exit codejava.io.IOException
- For any other problem