Uses of Class
org.ow2.proactive.process_tree_killer.ProcessTree.OSProcess
| Package | Description |
|---|---|
| org.ow2.proactive.process_tree_killer |
-
Uses of ProcessTree.OSProcess in org.ow2.proactive.process_tree_killer
Subclasses of ProcessTree.OSProcess in org.ow2.proactive.process_tree_killer Modifier and Type Class Description classProcessTree.UnixProcessA process.Fields in org.ow2.proactive.process_tree_killer with type parameters of type ProcessTree.OSProcess Modifier and Type Field Description protected java.util.Map<java.lang.Integer,ProcessTree.OSProcess>ProcessTree. processesTo be filled in the constructor of the derived type.Methods in org.ow2.proactive.process_tree_killer that return ProcessTree.OSProcess Modifier and Type Method Description ProcessTree.OSProcessProcessTree. get(int pid)Gets the process given a specific ID, or null if no such process exists.abstract ProcessTree.OSProcessProcessTree. get(java.lang.Process proc)Try to convertProcessinto this process object or null if it fails (for example, maybe the snapshot is taken after this process has already finished.)abstract ProcessTree.OSProcessProcessTree.OSProcess. getParent()Gets the parent process.Methods in org.ow2.proactive.process_tree_killer that return types with arguments of type ProcessTree.OSProcess Modifier and Type Method Description java.util.List<ProcessTree.OSProcess>ProcessTree.OSProcess. getChildren()Immediate child processes.java.util.Iterator<ProcessTree.OSProcess>ProcessTree. iterator()Lists all the processes in the system.Methods in org.ow2.proactive.process_tree_killer with parameters of type ProcessTree.OSProcess Modifier and Type Method Description abstract booleanProcessKiller. kill(ProcessTree.OSProcess process)Attempts to kill the given process.