wt.workflow.robots
Class WfApplicationRobot.GetOutput
java.lang.Object
wt.workflow.robots.WfApplicationRobot.GetOutput
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WfApplicationRobot
- class WfApplicationRobot.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
WfApplicationRobot.GetOutput
public WfApplicationRobot.GetOutput(Process process)
run
public void run()
- Specified by:
run
in interface Runnable