public interface ChildResponse
Modifier and Type | Interface and Description |
---|---|
static class |
ChildResponse.CompletionStatus
Enumeration of possible return states of a child task, returned by
getCompletionStatus() . |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright statement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compare a
ChildResponse object against either another
ChildResponse object, or a CICSFuture object returned by
AsyncService.runTransactionId(String) . |
java.lang.String |
getAbendCode()
Return the abend code of the child task, if it abended.
|
Channel |
getChannel()
Return the
Channel from the child task, if it's completed and has
returned a channel. |
ChildResponse.CompletionStatus |
getCompletionStatus()
Return the
ChildResponse.CompletionStatus of the child task, if it's completed. |
static final java.lang.String COPYRIGHT
boolean equals(java.lang.Object obj)
ChildResponse
object against either another
ChildResponse
object, or a CICSFuture
object returned by
AsyncService.runTransactionId(String)
.equals
in class java.lang.Object
Object.equals(java.lang.Object)
ChildResponse.CompletionStatus getCompletionStatus()
ChildResponse.CompletionStatus
of the child task, if it's completed.
Otherwise, return null.
java.lang.String getAbendCode()
Otherwise, return null.