|
||||||||||
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 | |
---|---|
java.util.List<java.lang.Exception> |
getExceptions()
Gets the List of Exceptions that occurred during processing of the Entity. |
java.util.List<java.lang.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. |
java.lang.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()
java.lang.String getStatusMessage()
java.util.List<java.lang.Exception> getExceptions()
null
if nonejava.util.List<java.lang.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 |