public interface BatchResultItem
BulkDeclarationService
batching
mechanism.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOperationIdent()
Returns the identifier of the operation that this
BatchResultItem represents. |
ResultItemStatus |
getResultStatus()
Returns the current status of the operation associated with this
BatchResultItem instance. |
java.lang.Object |
getResultValue()
Returns the result of an associated operation as an
Object . |
boolean |
isValueAnException()
Identifies whether or not the corresponding result value represents an exception.
|
java.lang.String getOperationIdent()
BatchResultItem
represents.String
operation identifier.ResultItemStatus getResultStatus()
BatchResultItem
instance.ResultItemStatus
enumerated constant.java.lang.Object getResultValue()
Object
.
Although returned as an Object
, this value's type is actually
dependent upon the particular operation or is an exception instance.Object
operation result. Can be null
.boolean isValueAnException()
true
if the result value represents an exception.© Copyright IBM Corp. 2006, 2013. All Rights Reserved.