Class ListJobStatuses


  • public class ListJobStatuses
    extends java.lang.Object
    This class lists the status of 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)  
      static void main​(java.lang.String[] args)  
      protected static java.lang.String statusMap​(int status)  
      • 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)
      • statusMap

        protected static java.lang.String statusMap​(int status)
      • commaEscape

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