com.ibm.jbatch.container.artifact.proxy
Class AbstractProxy<T>

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<T>
Direct Known Subclasses:
BatchletProxy, CheckpointAlgorithmProxy, ChunkListenerProxy, DeciderProxy, ItemProcessListenerProxy, ItemProcessorProxy, ItemReaderProxy, ItemReadListenerProxy, ItemWriteListenerProxy, ItemWriterProxy, JobListenerProxy, PartitionAnalyzerProxy, PartitionCollectorProxy, PartitionMapperProxy, PartitionReducerProxy, RetryProcessListenerProxy, RetryReadListenerProxy, RetryWriteListenerProxy, SkipProcessListenerProxy, SkipReadListenerProxy, SkipWriteListenerProxy, StepListenerProxy

public abstract class AbstractProxy<T>
extends Object

An abstract class which contains the common behavior for a batch artifact proxy. This class performs runtime introspection of an artifact instances annotations and handles property injection.


Field Summary
protected  T delegate
           
protected  StepContextImpl stepContext
           
 
Method Summary
 T getDelegate()
           
 void setStepContext(StepContextImpl stepContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

protected T delegate

stepContext

protected StepContextImpl stepContext
Method Detail

getDelegate

public T getDelegate()

setStepContext

public void setStepContext(StepContextImpl stepContext)


Copyright © 2013. All Rights Reserved.