Interface ContainerProcess
public interface ContainerProcess
Control for a web container's executable process.
- Since:
- 7.3.5
-
Method Summary
-
Method Details
-
isRunning
- Returns:
- true if the process is currently running, false if the process does not exist (such as if it has terminated).
- Throws:
IOException
- if an error occurs reading process information.
-