|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.batch.api.partition.AbstractPartitionReducer
public abstract class AbstractPartitionReducer
The AbstractBatchlet provides default implementations of optional methods.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.batch.api.partition.PartitionReducer |
|---|
PartitionReducer.PartitionStatus |
| Constructor Summary | |
|---|---|
AbstractPartitionReducer()
|
|
| Method Summary | |
|---|---|
void |
afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
Optional method. |
void |
beforePartitionedStepCompletion()
Optional method. |
void |
beginPartitionedStep()
Optional method. |
void |
rollbackPartitionedStep()
Optional method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPartitionReducer()
| Method Detail |
|---|
public void beginPartitionedStep()
throws Exception
beginPartitionedStep in interface PartitionReducerException - is thrown if an error occurs.
public void beforePartitionedStepCompletion()
throws Exception
beforePartitionedStepCompletion in interface PartitionReducerException - is thrown if an error occurs.
public void rollbackPartitionedStep()
throws Exception
rollbackPartitionedStep in interface PartitionReducerException - is thrown if an error occurs.
public void afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
throws Exception
afterPartitionedStepCompletion in interface PartitionReducerstatus - specifies the outcome of the partitioned step. Values are
"COMMIT" or "ROLLBACK".
Exception - is thrown if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0