|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityProcessStatus
Contains information about the successful or unsuccessful processing of an entity (an element of
a collection) by the CollectionProcessingManager
.
Method Summary | |
---|---|
List<Exception> |
getExceptions()
Gets the List of Exceptions that occurred during processing of the Entity. |
List<String> |
getFailedComponentNames()
Gets the name of the components in which Exceptions (if any) occurred. |
ProcessTrace |
getProcessTrace()
Gets the ProcessTrace object for the Entity's processing. |
String |
getStatusMessage()
Gets a message describing the status of the Entity's processing. |
boolean |
isEntitySkipped()
Gets whether an entity has beed skipped during processing |
boolean |
isException()
Gets whether an exception occurred. |
Method Detail |
---|
boolean isException()
String getStatusMessage()
List<Exception> getExceptions()
null
if noneList<String> getFailedComponentNames()
null
if there was no failureProcessTrace getProcessTrace()
ProcessTrace
object for the Entity's processing. The
ProcessTrace
object contains a record of each component involved in the
processing and how much time that component took to complete its processing.
boolean isEntitySkipped()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |