com.ibm.task.api
Interface ClaimResult

All Superinterfaces:
java.io.Serializable

public interface ClaimResult
extends java.io.Serializable

Returns the result of a claim API call that processes multiple task instances, for example, claim(TKIID[]).

Since:
6.1

Field Summary
static java.lang.String COPYRIGHT_
           
 
Method Summary
 ClientObjectWrapper getInputMessage()
          Returns the input message of the claimed task.
 TaskException getTaskException()
          Returns the TaskException object that describes any error that occurred during processing.
 TKIID getTKIID()
          Returns the object identifier of the task instance that has been processed.
 

Field Detail

COPYRIGHT_

static final java.lang.String COPYRIGHT_
See Also:
Constant Field Values
Method Detail

getTKIID

TKIID getTKIID()
Returns the object identifier of the task instance that has been processed.


getInputMessage

ClientObjectWrapper getInputMessage()
Returns the input message of the claimed task. Returns null if the task has not been claimed or if there is no input message.


getTaskException

TaskException getTaskException()
Returns the TaskException object that describes any error that occurred during processing. Returns null if processing completed successfully.