| Package | Description |
|---|---|
| org.easybatch.core.dispatcher |
This package contains built-in implementations of the
AbstractRecordDispatcher class. |
| org.easybatch.core.job |
This package contains easy batch core implementation.
|
| org.easybatch.core.listener |
This package contains listeners API.
|
| org.easybatch.core.monitor |
This package contains JMX monitoring support classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoisonRecordBroadcaster.afterJobEnd(JobReport jobReport) |
| Modifier and Type | Method and Description |
|---|---|
JobReport |
JobBuilder.call()
Build and call the job.
|
JobReport |
Job.call()
Execute the job.
|
static JobReport |
JobExecutor.execute(Job job)
Execute a job.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JobReportFormatter.formatReport(JobReport jobReport)
Format a job report.
|
String |
DefaultJobReportFormatter.formatReport(JobReport jobReport) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobListener.afterJobEnd(JobReport jobReport)
Called after closing the record reader.
|
| Constructor and Description |
|---|
JobMonitor(JobReport jobReport) |
Copyright © 2015. All Rights Reserved.