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 int
getError()
static boolean
isStartState(int status)
void
reset()
void
statusChanged(GramJob job)
This method is used to notify the implementer when the status of a GramJob has changed.int
waitFor(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:GramJobListener
This method is used to notify the implementer when the status of a GramJob has changed.- Specified by:
statusChanged
in interfaceGramJobListener
- Parameters:
job
- The GramJob whose status has changed.
-
-