|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.batch.api.partition.AbstractPartitionAnalyzer
public abstract class AbstractPartitionAnalyzer
The AbstractPartitionAnalyzer provides default implementations of less commonly implemented methods.
| Constructor Summary | |
|---|---|
AbstractPartitionAnalyzer()
|
|
| Method Summary | |
|---|---|
void |
analyzeCollectorData(java.io.Serializable data)
Override this method to analyze PartitionCollector payloads. |
void |
analyzeStatus(BatchStatus batchStatus,
java.lang.String exitStatus)
Override this method to analyze partition end status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPartitionAnalyzer()
| Method Detail |
|---|
public void analyzeCollectorData(java.io.Serializable data)
throws java.lang.Exception
analyzeCollectorData in interface PartitionAnalyzerdata - specifies the payload sent by the
PartitionCollector.
java.lang.Exception - is thrown if an error occurs.
public void analyzeStatus(BatchStatus batchStatus,
java.lang.String exitStatus)
throws java.lang.Exception
analyzeStatus in interface PartitionAnalyzerbatchStatus - specifies the batch status of a partition.exitStatus - specifies the exit status of a partition.
java.lang.Exception - is thrown if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||