| Package | Description |
|---|---|
| org.apache.commons.exec |
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownHookProcessDestroyer
Destroys all registered
Processes when the VM exits. |
| Modifier and Type | Method and Description |
|---|---|
ProcessDestroyer |
Executor.getProcessDestroyer()
Set the handler for cleanup of started processes if the main process
is going to terminate.
|
ProcessDestroyer |
DefaultExecutor.getProcessDestroyer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Executor.setProcessDestroyer(ProcessDestroyer processDestroyer)
Get the handler for cleanup of started processes if the main process
is going to terminate.
|
void |
DefaultExecutor.setProcessDestroyer(ProcessDestroyer processDestroyer) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.