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 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 IllegalStateException
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 connection)
Set the connection
connection | The connection for the request |
public void setRequestParameter(CCLParams aParm) throws IllegalStateException
Set the request parameter