wt.workflow.robots
Class WfURLRobot.GetOutput

java.lang.Object
  extended bywt.workflow.robots.WfURLRobot.GetOutput
All Implemented Interfaces:
Runnable
Enclosing class:
WfURLRobot

class WfURLRobot.GetOutput
extends Object
implements Runnable

Runnable class that implements the consumption of the output (stdout) from the application. The output is stored in outputMsg.


Field Summary
private  Process process
           
 
Constructor Summary
WfURLRobot.GetOutput(Process process)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

process

private Process process
Constructor Detail

WfURLRobot.GetOutput

public WfURLRobot.GetOutput(Process process)
Method Detail

run

public void run()
Specified by:
run in interface Runnable