Some Java implementations may require Processes to be waited for unless they become zombies.
Public Member Functions | |
| BackgroundProcessMonitor (Process process, String id) | |
| BackgroundProcessMonitor (Process process, String id, boolean logErrors) | |
| BackgroundProcessMonitor (Process process, String id, boolean logErrors, boolean logTermination) | |
Protected Member Functions | |
| void | monitor () |
Package Attributes | |
| Process | monitoredProc = null |
| String | id = "" |
| boolean | logErrors = false |
| boolean | logTermination = false |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5