public class ChildResponseImpl extends java.lang.Object implements ChildResponse
ChildResponse.CompletionStatus| 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. |
int |
hashCode() |
public boolean equals(java.lang.Object obj)
ChildResponse object against either another
ChildResponse object, or a CICSFuture object returned by
AsyncService.runTransactionId(String).equals in interface ChildResponseequals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public ChildResponse.CompletionStatus getCompletionStatus()
ChildResponse.CompletionStatus of the child task, if it's completed.
Otherwise, return null.
getCompletionStatus in interface ChildResponsepublic java.lang.String getAbendCode()
Otherwise, return null.
getAbendCode in interface ChildResponsepublic Channel getChannel()
Channel from the child task, if it's completed and has
returned a channel.
Otherwise, return null.
getChannel in interface ChildResponse