Class InjectionReferences


  • public class InjectionReferences
    extends Object
    This is a container class that holds on to the property and context injections that should be injected into a batch artifact.
    • Constructor Detail

      • InjectionReferences

        public InjectionReferences​(jakarta.batch.runtime.context.JobContext jobContext,
                                   jakarta.batch.runtime.context.StepContext stepContext,
                                   List<com.ibm.jbatch.jsl.model.Property> props)
    • Method Detail

      • getJobContext

        public jakarta.batch.runtime.context.JobContext getJobContext()
      • getStepContext

        public jakarta.batch.runtime.context.StepContext getStepContext()
      • getProps

        public List<com.ibm.jbatch.jsl.model.Property> getProps()
      • setProps

        public void setProps​(List<com.ibm.jbatch.jsl.model.Property> props)