public class MessageInfo extends Object
For more details about the values returned by the MessageInfo
methods, see the topic INQY call in the IMS Application Programming APIs
reference documentation.
| Constructor and Description |
|---|
MessageInfo(byte[] ioArea)
MessageInfo constructor. |
MessageInfo(byte[] ioArea,
com.ibm.ims.dli.t2.INQYCallImpl inqyCallImpl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIMSID()
Retrieves the IMS identifier from which the input message originated.
|
int |
getReasonCode()
Gets the reason code produced by the MSGINFO INQY DLI call.
|
String |
getReasonCodeHex()
Gets the reason code produced by the MSGINFO INQY DLI call
as a hexadecimal string.
|
int |
getReturnCode()
Gets the return code produced by the MSGINFO INQY DLI call.
|
String |
getReturnCodeHex()
Gets the return code produced by the MSGINFO INQY DLI call
as a hexadecimal string.
|
int |
getStatusCode()
Gets the IMS status code of the INQY call from the IOPCB.
|
String |
getStatusCodeChars()
Gets the IMS status code of the INQY call from the IOPCB
as a character string.
|
String |
getVersionNumber()
Retrieves the output response version.
|
public MessageInfo(byte[] ioArea)
throws UnsupportedEncodingException
MessageInfo constructor.ioArea - a byte array that represents the data output area.UnsupportedEncodingExceptionpublic MessageInfo(byte[] ioArea,
com.ibm.ims.dli.t2.INQYCallImpl inqyCallImpl)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic String getVersionNumber()
public String getIMSID()
public int getReasonCode()
public String getReasonCodeHex()
public int getReturnCode()
public String getReturnCodeHex()
public int getStatusCode()
public String getStatusCodeChars()
(c) Copyright IBM Corporation 2008, 2017.