STATUS_FAILURE, STATUS_RUNNING, STATUS_SUCCESS, STATUS_ZOMBIE| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BdBatch |
getBdBatch() |
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.
|
IBatchProgressMonitor |
getProgressMonitor() |
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.
|
int |
hashCode() |
boolean |
isSuccess() |
void |
setProgressMonitor(IBatchProgressMonitor monitor)
This method is not intended to be used directly.
|
void |
setZombieInterval(int zombieInterval) |
public Batch(BdBatch bdBatch)
public void setZombieInterval(int zombieInterval)
public BdBatch getBdBatch()
public String getCurrentItem()
getCurrentItem in interface IBatchpublic String getCurrentTask()
getCurrentTask in interface IBatchpublic Date getEndDate()
IBatchgetEndDate in interface IBatchpublic String getGroup()
IBatchpublic long getItemCount()
getItemCount in interface IBatchpublic String getLastMessage()
IBatchgetLastMessage in interface IBatchpublic Date getLastUpdate()
getLastUpdate in interface IBatchpublic String getName()
IBatchpublic IBatchProgressMonitor getProgressMonitor()
public float getProgressStatus()
IBatchgetProgressStatus in interface IBatchpublic List<String> getRejectedItemsId()
IBatchgetRejectedItemsId in interface IBatchpublic Date getStartDate()
IBatchgetStartDate in interface IBatchpublic String getStatus()
IBatchpublic String getUuid()
IBatchpublic void setProgressMonitor(IBatchProgressMonitor monitor)
IBatchsetProgressMonitor in interface IBatchCopyright © 2010–2016. All rights reserved.