|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sdsc.inca.agent.access.GlobusOutputListener
public class GlobusOutputListener
A subclass of JobOutputListener that can be used store output being sent to a GASS server. The output is stored in a string therefore, this class should not be used for any large output.
| Constructor Summary | |
|---|---|
GlobusOutputListener()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOutput()
Return the output that has been collected on this GASS stream. |
void |
outputChanged(java.lang.String output)
Called whenever the GASS server receives input for the stream this listener was registered for. |
void |
outputClosed()
Called whenever the stream for the GASS server is closed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlobusOutputListener()
| Method Detail |
|---|
public void outputChanged(java.lang.String output)
outputChanged in interface org.globus.io.gass.server.JobOutputListeneroutput - public void outputClosed()
outputClosed in interface org.globus.io.gass.server.JobOutputListenerpublic java.lang.String getOutput()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||