JCOGWorkflowExec
org.monash.griddles.JCOGWorkflowExec

JCOGWorkflowExec is a subclass of the Exec actor in which it takes xml configuration file as input and performs the experiment as a independent process ...... This actor makes complex applications to run distributed systems .....

Author(s): Jagan Kommineni, Monash University July 2005
Version:$Id: JCOGWorkflowExec.java,v 1.3 2006/05/04 00:11:11 kommineni Exp $


error
Data that is generated by the subprocess on its standard error. While the process is running, any error data generated by the subprocess is stored until the subprocess exits and then the stored error data is sent to the error port. If the subprocess generates no data on standard error, then the empty string (a string of length zero) is generated. This port is an output port of type String.

output
Data that is generated by the subprocess on standard out. While the process is running, any output data generated by the subprocess is stored until the subprocess exits and then the stored output data is sent to the output port. If the subprocess generates no data on standard out, then the empty string (a string of length zero) is generated. This port is an output port of type String.