com.ibm.jbatch.container.artifact.proxy
Class InjectionReferences

java.lang.Object
  extended by 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
InjectionReferences(JobContext jobContext, StepContext stepContext, List<Property> props)
           
 
Method Summary
 JobContext getJobContext()
           
 List<Property> getProps()
           
 StepContext getStepContext()
           
 void setProps(List<Property> props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionReferences

public InjectionReferences(JobContext jobContext,
                           StepContext stepContext,
                           List<Property> props)
Method Detail

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.