ParkNPark.tests
Class ProcessInfo

java.lang.Object
  extended by ParkNPark.tests.ProcessInfo

 class ProcessInfo
extends Object


Field Summary
protected  boolean abnormalExit
           
protected  boolean exited
           
protected  boolean exitExpected
           
protected  Thread interruptThread
           
 String name
           
 Process process
           
protected  boolean ready
           
 InputCopier stderr
           
 InputCopier stdout
           
 
Constructor Summary
ProcessInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

process

public Process process

stdout

public InputCopier stdout

stderr

public InputCopier stderr

name

public String name

ready

protected boolean ready

exitExpected

protected boolean exitExpected

interruptThread

protected Thread interruptThread

abnormalExit

protected boolean abnormalExit

exited

protected boolean exited
Constructor Detail

ProcessInfo

ProcessInfo()