Modifier and Type | Field and Description |
---|---|
static String |
STATUS_FAILURE |
static String |
STATUS_RUNNING |
static String |
STATUS_SUCCESS |
static String |
STATUS_ZOMBIE |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentItem() |
String |
getCurrentTask() |
Date |
getEndDate()
Retrieve the end date of the job execution.
|
String |
getGroup()
Getting the group of batch.
|
long |
getItemCount() |
String |
getLastMessage()
Retrieve the last messages.
|
Date |
getLastUpdate() |
String |
getName()
Getting the name of batch.
|
float |
getProgressStatus()
Retrieve the current progress status of the job execution.
|
List<String> |
getRejectedItemsId()
Return all the rejected items.
|
Date |
getStartDate()
Return the starting date of the job execution.
|
String |
getStatus()
Retrieve the status of the batch execution.
|
String |
getUuid()
Retrieve all the jobs execution monitored by this agent monitor.
|
boolean |
isSuccess() |
void |
setProgressMonitor(IBatchProgressMonitor monitor)
This method is not intended to be used directly.
|
static final String STATUS_FAILURE
static final String STATUS_RUNNING
static final String STATUS_SUCCESS
static final String STATUS_ZOMBIE
String getCurrentItem()
String getCurrentTask()
Date getEndDate()
executionId
- execution's idString getGroup()
long getItemCount()
String getLastMessage()
executionId
- execution idnbMessage
- limit the returned messagesDate getLastUpdate()
String getName()
float getProgressStatus()
executionId
- execution idList<String> getRejectedItemsId()
executionId
- job execution idDate getStartDate()
executionId
- job execution idString getStatus()
executionId
- job execution id.String getUuid()
boolean isSuccess()
void setProgressMonitor(IBatchProgressMonitor monitor)
monitor
- Copyright © 2010–2016. All rights reserved.