JavaScript is disabled on your browser.
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.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Detail
delegate
protected T delegate
Method Detail
getDelegate
public T getDelegate()
© Copyright IBM Corp. 2014 Licensed under the Apache License, Version 2.0