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

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<PartitionReducer>
      extended by com.ibm.jbatch.container.artifact.proxy.PartitionReducerProxy
All Implemented Interfaces:
PartitionReducer

public class PartitionReducerProxy
extends AbstractProxy<PartitionReducer>
implements PartitionReducer


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.batch.api.partition.PartitionReducer
PartitionReducer.PartitionStatus
 
Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 void afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
           
 void beforePartitionedStepCompletion()
           
 void beginPartitionedStep()
           
 void rollbackPartitionedStep()
           
 
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

afterPartitionedStepCompletion

public void afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
Specified by:
afterPartitionedStepCompletion in interface PartitionReducer

beforePartitionedStepCompletion

public void beforePartitionedStepCompletion()
Specified by:
beforePartitionedStepCompletion in interface PartitionReducer

beginPartitionedStep

public void beginPartitionedStep()
Specified by:
beginPartitionedStep in interface PartitionReducer

rollbackPartitionedStep

public void rollbackPartitionedStep()
Specified by:
rollbackPartitionedStep in interface PartitionReducer


Copyright © 2013. All Rights Reserved.