Class BatchRuntime


  • public class BatchRuntime
    extends Object
    BatchRuntime represents the Jakarta Batch Runtime. It provides factory access to the JobOperator interface.
    • 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.