|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.gridbus.broker.farming.alchemi.AlchemiOutputThread
This class contains methods which retrieve the output from Alchemi jobs.
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
AlchemiOutputThread(java.lang.String Task_id,
CrossPlatformManagerSoap cms)
Constructor for this class |
|
| Method Summary | |
java.lang.String |
getoutput()
Returns the output of this job |
void |
run()
This method retrieves the output of this Alchemi Job, and executes on a seperate thread. |
void |
setoutput(java.lang.String out)
Sets the output of this job |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AlchemiOutputThread(java.lang.String Task_id,
CrossPlatformManagerSoap cms)
Task_id - - the task id for this jobcms - - the soap manager object| Method Detail |
public void run()
Thread.run()public void setoutput(java.lang.String out)
out - - the output to setpublic java.lang.String getoutput()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||