Class ProcessTree.Local
- java.lang.Object
-
- org.ow2.proactive.process_tree_killer.ProcessTree
-
- org.ow2.proactive.process_tree_killer.ProcessTree.Local
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<ProcessTree.OSProcess>,ProcessTreeRemoting.IProcessTree
- Enclosing class:
- ProcessTree
public abstract static class ProcessTree.Local extends ProcessTree
Represents a local process tree, where this JVM and the process tree run on the same system. (The opposite ofRemote.)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ow2.proactive.process_tree_killer.ProcessTree
ProcessTree.Local, ProcessTree.OSProcess, ProcessTree.UnixProcess
-
-
Field Summary
-
Fields inherited from class org.ow2.proactive.process_tree_killer.ProcessTree
enabled, processes
-
-