Class GassServerListener

java.lang.Object
org.globus.io.gass.server.GassServerListener
All Implemented Interfaces:
GramJobListener

class GassServerListener extends Object implements GramJobListener
  • 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

      public int waitFor(int timeout) throws InterruptedException
      Throws:
      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 interface GramJobListener
      Parameters:
      job - The GramJob whose status has changed.