public interface JobMonitorMBean
| 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.
|
String getJobName()
String getJobExecutionId()
String getDataSource()
String getTotalCount()
String getRecordsLimit()
String getTimeout()
String getSkippedCount()
String getFilteredCount()
String getErrorCount()
String getSuccessCount()
String getStartTime()
String getEndTime()
String getProgress()
Copyright © 2015. All Rights Reserved.