Package org.globus.io.gass.server
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 TypeMethodDescriptionint
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)
-
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: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.
-