public class NormalizProcessDestroyer
extends java.lang.Object
implements org.apache.commons.exec.ProcessDestroyer
Constructor and Description |
---|
NormalizProcessDestroyer() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.Process process) |
boolean |
remove(java.lang.Process process) |
int |
size() |
boolean |
stop() |
public boolean add(java.lang.Process process)
add
in interface org.apache.commons.exec.ProcessDestroyer
public boolean remove(java.lang.Process process)
remove
in interface org.apache.commons.exec.ProcessDestroyer
public int size()
size
in interface org.apache.commons.exec.ProcessDestroyer
public boolean stop()