com.ibm.jbatch.container.artifact.proxy
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionReferences
public InjectionReferences(JobContext jobContext,
StepContext stepContext,
List<Property> props)
getJobContext
public JobContext getJobContext()
getStepContext
public StepContext getStepContext()
getProps
public List<Property> getProps()
setProps
public void setProps(List<Property> props)
Copyright © 2013. All Rights Reserved.