Class GassServerListener
java.lang.Object
org.globus.io.gass.server.GassServerListener
- All Implemented Interfaces:
GramJobListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetError()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)
-
Field Details
-
logger
private static org.apache.commons.logging.Log logger -
status
private int status -
error
private int error
-
-
Constructor Details
-
GassServerListener
GassServerListener()
-
-
Method Details
-
getError
public int getError() -
isStartState
public static boolean isStartState(int status) -
reset
public void reset() -
waitFor
- Throws:
InterruptedException
-
statusChanged
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.
-