Interface ECIResponse

The interface for handling responses back from Enterprise Server.
java.lang.Object

extended bycom.microfocus.cics.client.ECIResponse

All Known Implementing Classes

ECIResponse

Class Specifications

public interface ECIResponse

Methods

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

Method Detail

close
public void close()

Close the response

getAbendCode
public String getAbendCode()

Get the AbendCode

getAbendCodeType
public AbendCodeType getAbendCodeType()

Get the AbendCodeType

Returns:
abendCodetype
See Also:
AbendCodeType
getCommArea
public CommArea getCommArea()

Get the CommArea

Returns:
commArea
See Also:
CommArea
getExciResp1
public int getExciResp1()

Get the ExciResp1 value

Returns:
ExciResp1
getExciResp2
public int getExciResp2()

Get the ExciResp2 value

Returns:
ExciResp2