|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchMonitor
An interface that allows the monitoring of metrics relating to a potentially long-running batch process.
Method Summary | |
---|---|
java.lang.String |
getCurrentEntryId()
Gets the ID of the entry being processed |
java.util.Date |
getEndTime()
Gets the end time. |
java.lang.String |
getLastError()
Gets the stack trace of the last error. |
java.lang.String |
getLastErrorEntryId()
Gets the entry id that caused the last error. |
java.lang.String |
getPercentComplete()
Gets the progress expressed as a percentage. |
java.lang.String |
getProcessName()
Gets the process name. |
java.util.Date |
getStartTime()
Gets the start time. |
int |
getSuccessfullyProcessedEntries()
Gets the number of successfully processed entries. |
int |
getTotalErrors()
Gets the total number of errors. |
int |
getTotalResults()
Gets the total number of results. |
Method Detail |
---|
java.lang.String getProcessName()
java.util.Date getStartTime()
int getTotalResults()
java.lang.String getCurrentEntryId()
int getSuccessfullyProcessedEntries()
java.lang.String getPercentComplete()
int getTotalErrors()
java.lang.String getLastError()
java.lang.String getLastErrorEntryId()
java.util.Date getEndTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |