private static class NativeChildProcess.Cleaner
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private int |
pid
The child process identifier for which to wait.
|
| Constructor and Description |
|---|
Cleaner(int pid)
Constructs an instance that has the data needed to block until the
child process exits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Blocks until the child process exits.
|