com.microfocus.cics.client.ECIBINPRequest
static int | DEFAULT_COBOL_RETURN_CODE |
ECIBINPRequest() |
Create an ECIBINPRequest object |
ECIBINPRequest(ECIConnection connection) |
Create an ECIBINPRequest object with a connection |
Method Summary | |
---|---|
void | close()
Close the request |
ECIConnection | getConnection()
Get the connection |
ECIResponse | send()
Send the request to the server |
ECIResponse | send(String returnCommAreaEnc)
Send the request to the server |
void | setConnection(ECIConnection aConn)
Set the connection |
void | setRequestParameter
(CCLParams aParm)
Set the request parameter |
public static final int DEFAULT_COBOL_RETURN_CODE
public ECIBINPRequest()
Create an ECIBINPRequest object
public ECIBINPRequest(ECIConnection connection) throws IllegalStateException
Create an ECIBINPRequest object with a connection
public void close()
Close the request
public ECIConnection getConnection()
Get the connection
public ECIResponse send() throws CICSException, AbendException, MalformedResponseException, CommAreaSizeException,
Send the request to the server
public ECIResponse send(String returnCommAreaEncoding) throws CICSException, AbendException, MalformedResponseException, , CommAreaSizeException
Send the request to the server
returnCommAreaEncoding | The encoding returned by the server. For example if the server returns EBCDIC, the client needs the encoding information to create the correct CommArea. |
public void setConnection(ECIConnection aConn)
Set the connection
aConn | The connection for the request |
public void setRequestParameter(CCLParams aParm)
Set the request parameter