Class GassServerListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int error  
      private static org.apache.commons.logging.Log logger  
      private int status  
    • Field Detail

      • logger

        private static org.apache.commons.logging.Log logger
      • status

        private int status
      • error

        private int error
    • Constructor Detail

      • GassServerListener

        GassServerListener()
    • 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 interface GramJobListener
        Parameters:
        job - The GramJob whose status has changed.