|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.globus.GlobusJobError
This class contains methods to work with the Globus job errors generated
| Constructor Summary | |
GlobusJobError(Job j)
Constructor for this class. |
|
| Method Summary | |
void |
flush(java.io.Writer out)
Flushes (writes) output to specified destination. |
java.lang.StringBuffer |
get(boolean IF_RETAIN)
This method gets the job output and retains it if needed. |
java.lang.StringBuffer |
getFiltered(boolean retain)
Same as @see get(boolean) |
GassServerUtil |
getGassServer()
Returns the object representing the GassServer 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 GlobusJobError(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
JobOut
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.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||