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 IBatch
public String getCurrentTask()
getCurrentTask
in interface IBatch
public Date getEndDate()
IBatch
getEndDate
in interface IBatch
public String getGroup()
IBatch
public long getItemCount()
getItemCount
in interface IBatch
public String getLastMessage()
IBatch
getLastMessage
in interface IBatch
public Date getLastUpdate()
getLastUpdate
in interface IBatch
public String getName()
IBatch
public IBatchProgressMonitor getProgressMonitor()
public float getProgressStatus()
IBatch
getProgressStatus
in interface IBatch
public List<String> getRejectedItemsId()
IBatch
getRejectedItemsId
in interface IBatch
public Date getStartDate()
IBatch
getStartDate
in interface IBatch
public String getStatus()
IBatch
public String getUuid()
IBatch
public void setProgressMonitor(IBatchProgressMonitor monitor)
IBatch
setProgressMonitor
in interface IBatch
Copyright © 2010–2016. All rights reserved.