wt.workflow.robots
Class WfApplicationRobot.GetError

java.lang.Object
  extended bywt.workflow.robots.WfApplicationRobot.GetError
All Implemented Interfaces:
Runnable
Enclosing class:
WfApplicationRobot

class WfApplicationRobot.GetError
extends Object
implements Runnable

Runnable class that implements the consumption of the error (stderr) from the application. The error is stored in errorMsg.


Field Summary
private  Process process
           
 
Constructor Summary
WfApplicationRobot.GetError(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

WfApplicationRobot.GetError

public WfApplicationRobot.GetError(Process process)
Method Detail

run

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