|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBatchInterrupted
Shared BatchInterrupted interface between old and new data models.
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Returns the content of the interrupted element. |
ContentType |
getContentType()
Returns the content type of the interrupted element. |
int |
getErrorCount()
Returns the number of entries which had errors. |
java.lang.String |
getReason()
Returns the reason this batch was interrupted. |
int |
getSkippedCount()
Returns the number of entries which were parsed but not processed. |
int |
getSuccessCount()
Returns the number of entries which processed successfully. |
int |
getTotalCount()
Returns the number of entries which were parsed. |
| Method Detail |
|---|
java.lang.String getContent()
ContentType getContentType()
int getErrorCount()
java.lang.String getReason()
int getSkippedCount()
int getSuccessCount()
int getTotalCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||