Class BatchRuntime



  • public class BatchRuntime
    extends java.lang.Object
    BatchRuntime represents the JSR 352 Batch Runtime. It provides factory access to the JobOperator interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchRuntime​()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JobOperator getJobOperator​()
      The getJobOperator factory method returns an instance of the JobOperator interface.
      • Methods inherited from class java.lang.Object

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

      • BatchRuntime

        public BatchRuntime​()
    • Method Detail

      • getJobOperator

        public static JobOperator getJobOperator​()
        The getJobOperator factory method returns an instance of the JobOperator interface.
        Returns:
        JobOperator instance.