Class GenericBatch


  • public class GenericBatch
    extends java.lang.Object
    • Constructor Detail

      • GenericBatch

        public GenericBatch​(java.io.BufferedReader batchReader,
                            AuthenticationInfo authInfo,
                            java.io.PrintWriter log)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • GenericBatch

        public GenericBatch​(java.io.BufferedReader batchReader,
                            AuthenticationInfo authInfo,
                            java.io.PrintWriter log,
                            HandleResolver resolver)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • processBatch

        public void processBatch()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stopBatch

        public void stopBatch()
      • printUsage

        public static void printUsage()
      • main

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