Class BatchRuntime

java.lang.Object
javax.batch.runtime.BatchRuntime

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

    • BatchRuntime

      public BatchRuntime()
  • Method Details

    • getJobOperator

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