Class InjectionReferences
- java.lang.Object
-
- com.ibm.jbatch.container.artifact.proxy.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 Summary
Constructors Constructor Description InjectionReferences(jakarta.batch.runtime.context.JobContext jobContext, jakarta.batch.runtime.context.StepContext stepContext, List<com.ibm.jbatch.jsl.model.Property> props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.batch.runtime.context.JobContextgetJobContext()List<com.ibm.jbatch.jsl.model.Property>getProps()jakarta.batch.runtime.context.StepContextgetStepContext()voidsetProps(List<com.ibm.jbatch.jsl.model.Property> props)
-
-
-
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)
-
-