public class JobMonitor extends Object implements JobMonitorMBean
JobMonitorMBean.| Modifier and Type | Field and Description |
|---|---|
static String |
JMX_MBEAN_NAME |
| Constructor and Description |
|---|
JobMonitor(JobReport jobReport) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSource()
Get the data source name.
|
String |
getEndTime()
Get batch execution end time.
|
String |
getErrorCount()
Get error records count.
|
String |
getFilteredCount()
Get filtered records count.
|
String |
getJobExecutionId()
Get the job execution id.
|
String |
getJobName()
Get the job name.
|
String |
getJobStatus()
Get the job
JobStatus. |
String |
getProgress()
Get a human readable batch execution progress.
|
String |
getRecordsLimit()
Get records limit.
|
String |
getSkippedCount()
Get skipped records count.
|
String |
getStartTime()
Get batch execution start time.
|
String |
getSuccessCount()
Get success records count.
|
String |
getTimeout()
Get timeout.
|
String |
getTotalCount()
Get total input records count.
|
public static final String JMX_MBEAN_NAME
public JobMonitor(JobReport jobReport)
public String getJobName()
getJobName in interface JobMonitorMBeanpublic String getJobExecutionId()
getJobExecutionId in interface JobMonitorMBeanpublic String getDataSource()
getDataSource in interface JobMonitorMBeanpublic String getTotalCount()
getTotalCount in interface JobMonitorMBeanpublic String getRecordsLimit()
getRecordsLimit in interface JobMonitorMBeanpublic String getTimeout()
getTimeout in interface JobMonitorMBeanpublic String getSkippedCount()
getSkippedCount in interface JobMonitorMBeanpublic String getFilteredCount()
getFilteredCount in interface JobMonitorMBeanpublic String getErrorCount()
getErrorCount in interface JobMonitorMBeanpublic String getSuccessCount()
getSuccessCount in interface JobMonitorMBeanpublic String getStartTime()
getStartTime in interface JobMonitorMBeanpublic String getEndTime()
getEndTime in interface JobMonitorMBeanpublic String getProgress()
getProgress in interface JobMonitorMBeanpublic String getJobStatus()
JobMonitorMBeanJobStatus.getJobStatus in interface JobMonitorMBeanCopyright © 2015. All Rights Reserved.