ECIBINPResponse() |
Create an ECIBINPResponse object |
ECIBINPResponse(byte[] response, CommArea requestCommArea) |
Create an ECIBINPResponse object with response received from the server |
ECIBINPResponse(byte[] response, String returnCommAreaEncoding, CommArea requestCommArea) |
Create an ECIBINPResponse object with response and an encoding for CommArea |
Method Summary | |
---|---|
void | close()
Close the response |
String | getAbendCode()
Get the AbendCode |
AbendCodeType | getAbendCodeType()
Get the AbendCodeType |
CommArea | getCommArea()
Get the CommArea |
int | getExciResp1()
Get the ExciResp1 value |
int | getExciResp2
()
Get the ExciResp2 value |
public ECIBINPResponse()
Create an ECIBINPResponse object
public ECIBINPResponse(byte[] response, CommArea requestCommArea) throws CICSException, throws AbendException, MalformedResponseException, CommAreaSizeException,
Create an ECIBINPResponse object with response received from the server
public ECIBINPResponse(byte[] response, String returnCommAreaEncoding, CommArea requestCommArea) throws CICSException, throws AbendException, MalformedResponseException, CommAreaSizeException,
Create an ECIBINPResponse object with response and an encoding for CommArea
public void close()
Close the response
public String getAbendCode()
Get the AbendCode
public AbendCodeType getAbendCodeType()
Get the AbendCodeType
public CommArea getCommArea()
Get the CommArea
public int getExciResp1()
Get the ExciResp1 value
public int getExciResp2()
Get the ExciResp2 value