Process trees and termination (original) (raw)
roger riggs roger.riggs at oracle.com
Wed Jun 25 21:52:56 UTC 2014
- Previous message: Review request: 8029548 (jdeps) use @jdk.Exported to determine supported vs JDK internal API
- Next message: Process trees and termination
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
The next step for JEP 102, Process API Updates is to provide an API to enumerate the hierarchy of processes and to be able to terminate a process tree.
This draft javadoc <http://bussund0416/%7Erriggs/pdoc/>update [1] includes:
- ProcessHandle class to provide handles to processes, their children, parent, process id and liveness
- Process extends ProcessHandle and inherits the new behaviors
- Method destroyProcessTree() terminates a process tree
Additional functions related to termination and information about processes will be added in a later update.
Comments appreciated, Roger
[1] http://cr.openjdk.java.net/~rriggs/ph-apidraft/
- Previous message: Review request: 8029548 (jdeps) use @jdk.Exported to determine supported vs JDK internal API
- Next message: Process trees and termination
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]