|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.globus.GlobusJobOutput
This class represents the output of a job running on a Globus node.
| Constructor Summary | |
GlobusJobOutput(Job j)
|
|
| Method Summary | |
void |
flush(java.io.Writer out)
This function writes the output Buffer to whatever Writer is provided to it.. |
java.lang.StringBuffer |
get(boolean IF_RETAIN)
This method gets the job output and retains it if needed. |
java.lang.StringBuffer |
getFiltered(boolean retain)
Gets the output of a job (given by get(...)) and strips DataBroker output, leaving only the job's output. |
GassServerUtil |
getGassServer()
Returns the object representing the GASS server for this job |
void |
reset()
Resets the job output |
void |
setGassServer(GassServerUtil util)
Sets the GASS server for this job. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GlobusJobOutput(Job j)
j - | Method Detail |
public java.lang.StringBuffer get(boolean IF_RETAIN)
throws java.lang.Exception
JobOut
get in interface JobOutIF_RETAIN -
java.lang.ExceptionJobOut.get(boolean)public GassServerUtil getGassServer()
public void setGassServer(GassServerUtil util)
util - public void reset()
JobOut
reset in interface JobOutJobOut.reset()
public void flush(java.io.Writer out)
throws java.lang.Exception
flush in interface JobOutout -
java.lang.ExceptionJobOut.flush(java.io.Writer)
public java.lang.StringBuffer getFiltered(boolean retain)
throws java.lang.Exception
getFiltered in interface JobOutretain -
java.lang.Exceptionget(boolean)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||