public interface Killable
Modifier and Type | Method and Description |
---|---|
boolean |
areAllProcessesDead()
Check whether all processes are dead.
|
void |
cleanUp()
Clean up the container.
|
void |
forceKill()
Kill the processes in this container violently.
|
void |
kill()
Kill the processes in this container nicely.
|
void kill() throws IOException
IOException
- on any errorvoid forceKill() throws IOException
IOException
- on any errorboolean areAllProcessesDead() throws IOException
IOException
- on any errorvoid cleanUp() throws IOException
IOException
- on any errorCopyright © 2023 The Apache Software Foundation. All rights reserved.