hudson.util
Class ProcessTree.Local

java.lang.Object
  extended by hudson.util.ProcessTree
      extended by hudson.util.ProcessTree.Local
All Implemented Interfaces:
ProcessTreeRemoting.IProcessTree, Serializable, Iterable<ProcessTree.OSProcess>
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 of ProcessTree.Remote.)

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.util.ProcessTree
ProcessTree.Local, ProcessTree.OSProcess, ProcessTree.ProcessCallable<T>, ProcessTree.Remote, ProcessTree.UnixProcess
 
Field Summary
 
Fields inherited from class hudson.util.ProcessTree
enabled, processes
 
Method Summary
 
Methods inherited from class hudson.util.ProcessTree
get, get, get, iterator, killAll, killAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2004-2013. All Rights Reserved.