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