|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClaimResult
Returns the result of a special claim request. The claim request either asks to process multiple task instances at a time or uses a query table to determine the task to be claimed.
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 |
---|
static final java.lang.String COPYRIGHT_
Method Detail |
---|
TKIID getTKIID()
ClientObjectWrapper getInputMessage()
TaskException getTaskException()
If the claim request refers to a query table, a ClaimResult is only returned when a task instance is successfully claimed. This means that getTaskException() always returns null.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |