Class ListJobs


  • public class ListJobs
    extends java.lang.Object
    This class lists all jobs presently being handled by the connector framework.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String commaEscape​(java.lang.String input)  
      protected static java.lang.String hopcountModeMap​(int mode)  
      static void main​(java.lang.String[] args)  
      protected static java.lang.String presentInterval​(java.lang.Long interval)  
      protected static java.lang.String runModeMap​(int type)  
      protected static java.lang.String startModeMap​(int startMethod)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • presentInterval

        protected static java.lang.String presentInterval​(java.lang.Long interval)
      • startModeMap

        protected static java.lang.String startModeMap​(int startMethod)
      • runModeMap

        protected static java.lang.String runModeMap​(int type)
      • hopcountModeMap

        protected static java.lang.String hopcountModeMap​(int mode)
      • commaEscape

        protected static java.lang.String commaEscape​(java.lang.String input)