Package jakarta.batch.runtime
Class BatchRuntime
java.lang.Object
jakarta.batch.runtime.BatchRuntime
BatchRuntime represents the Jakarta Batch Runtime.
 It provides factory access to the JobOperator interface.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic JobOperatorThe getJobOperator factory method returns an instance of the JobOperator interface. 
- 
Constructor Details
- 
BatchRuntime
public BatchRuntime() 
 - 
 - 
Method Details
- 
getJobOperator
The getJobOperator factory method returns an instance of the JobOperator interface.- Returns:
 - JobOperator instance.
 
 
 -