wt.workflow.robots
Class WfURLRobot.GetError
java.lang.Object
wt.workflow.robots.WfURLRobot.GetError
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WfURLRobot
- class WfURLRobot.GetError
- extends Object
- implements Runnable
Runnable class that implements the consumption of the error (stderr)
from the application. The error is stored in errorMsg.
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.GetError
public WfURLRobot.GetError(Process process)
run
public void run()
- Specified by:
run
in interface Runnable