Package org.globus.io.gass.server
Class GassServerListener
- java.lang.Object
-
- org.globus.io.gass.server.GassServerListener
-
- All Implemented Interfaces:
GramJobListener
class GassServerListener extends java.lang.Object implements GramJobListener
-
-
Constructor Summary
Constructors Constructor Description GassServerListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetError()static booleanisStartState(int status)voidreset()voidstatusChanged(GramJob job)This method is used to notify the implementer when the status of a GramJob has changed.intwaitFor(int timeout)
-
-
-
Method Detail
-
getError
public int getError()
-
isStartState
public static boolean isStartState(int status)
-
reset
public void reset()
-
waitFor
public int waitFor(int timeout) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
statusChanged
public void statusChanged(GramJob job)
Description copied from interface:GramJobListenerThis method is used to notify the implementer when the status of a GramJob has changed.- Specified by:
statusChangedin interfaceGramJobListener- Parameters:
job- The GramJob whose status has changed.
-
-