Class MyPartitionReducer
- java.lang.Object
-
- com.ibm.jbatch.tck.artifacts.specialized.MyPartitionReducer
-
- All Implemented Interfaces:
jakarta.batch.api.partition.PartitionReducer
@Named("myPartitionReducer") public class MyPartitionReducer extends Object implements jakarta.batch.api.partition.PartitionReducer
-
-
Constructor Summary
Constructors Constructor Description MyPartitionReducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPartitionedStepCompletion(jakarta.batch.api.partition.PartitionReducer.PartitionStatus status)
void
beforePartitionedStepCompletion()
void
beginPartitionedStep()
void
rollbackPartitionedStep()
-
-
-
Method Detail
-
beginPartitionedStep
public void beginPartitionedStep() throws Exception
- Specified by:
beginPartitionedStep
in interfacejakarta.batch.api.partition.PartitionReducer
- Throws:
Exception
-
beforePartitionedStepCompletion
public void beforePartitionedStepCompletion() throws Exception
- Specified by:
beforePartitionedStepCompletion
in interfacejakarta.batch.api.partition.PartitionReducer
- Throws:
Exception
-
rollbackPartitionedStep
public void rollbackPartitionedStep() throws Exception
- Specified by:
rollbackPartitionedStep
in interfacejakarta.batch.api.partition.PartitionReducer
- Throws:
Exception
-
-