wt.workflow.robots
Class WfURLRobot.GetOutput
java.lang.Object
wt.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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
process
private Process process
WfURLRobot.GetOutput
public WfURLRobot.GetOutput(Process process)
run
public void run()
- Specified by:
run
in interface Runnable