public interface ProcessDestroyer
限定符和类型 | 方法和说明 |
---|---|
boolean |
add(java.lang.Process process)
Returns
true if the specified
Process was
successfully added to the list of processes to be destroy. |
boolean |
remove(java.lang.Process process)
Returns
true if the specified
Process was
successfully removed from the list of processes to be destroy. |
int |
size()
Returns the number of registered processes.
|
boolean add(java.lang.Process process)
true
if the specified
Process
was
successfully added to the list of processes to be destroy.process
- the process to addtrue
if the specified
Process
was
successfully addedboolean remove(java.lang.Process process)
true
if the specified
Process
was
successfully removed from the list of processes to be destroy.process
- the process to removetrue
if the specified
Process
was
successfully removedint size()