public interface BatchItemHandle
BatchItemHandle
instances. Methods
are provided to retrieve the object referenced by a batch item and identify an exception (if any) associated with the
item.Batch
,
RetrievingBatch
,
UpdatingBatch
Modifier and Type | Method and Description |
---|---|
EngineRuntimeException |
getException()
Returns the exception assigned to the batch item.
|
IndependentObject |
getObject()
Returns the object referenced by this batch item.
|
boolean |
hasException()
Indicates whether the batch item has an associated exception.
|
IndependentObject getObject()
IndependentObject
instance for the object referenced.boolean hasException()
boolean
value of true if there is an exception associated with the batch item; false
otherwise.EngineRuntimeException getException()
© Copyright IBM Corporation 2006, 2015. All rights reserved.