com.ibm.jbatch.container.artifact.proxy
Class AbstractProxy<T>
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected T delegate
stepContext
protected StepContextImpl stepContext
getDelegate
public T getDelegate()
setStepContext
public void setStepContext(StepContextImpl stepContext)
Copyright © 2013. All Rights Reserved.