com.microfocus.cics.connector.cci.MFECIInteraction
javax.resource.cci.Interaction
public class MFECIInteraction
extends Object
implements javax.resource.cci.Interaction
static int | ERR_NO_MANAGED_CONNECTION |
Method Summary | |
---|---|
void | clearWarnings()
Clear all warnings with the Cics Server. |
void | close()
Close the interaction. |
javax.resource.cci.Record | execute(javax.resource.cci.InteractionSpec iSpec, javax.resource.cci.Record input)
Execute a Cics Server function specified in the interaction spec. |
boolean | execute(javax.resource.cci.InteractionSpec iSpec, javax.resource.cci.Record input, javax.resource.cci.Record output)
Execute a Cics Server function specified in the interaction spec. |
int | getCobolReturnCode() |
javax.resource.cci.Connection | getConnection()
Get the MFECIConnection handle associated with this MFECI Interaction instance. |
javax.resource.cci.ResourceWarning | getWarnings()
Get warnings from the Cics Server. |
public static final int ERR_NO_MANAGED_CONNECTION
See Also:
public MFECIInteraction(javax.resource.cci.Connection con)
Construct a Cics Interaction instance.
con | The Cics Connection handle. |
public javax.resource.cci.Connection getConnection()
Get the MFECIConnection handle associated with this MFECI Interaction instance.
public void close() throws javax.resource.ResourceException
Close the interaction.
public javax.resource.cci.Record execute(javax.resource.cci.InteractionSpec iSpec, javax.resource.cci.Record input) throws javax.resource.ResourceException
Execute a MFECI Server function specified in the interaction spec.
iSpec | The Cics interaction spec. |
input | The input record to the interaction. |
public boolean execute(javax.resource.cci.InteractionSpec iSpec, javax.resource.cci.Record input, javax.resource.cci.Record output) throws javax.resource.ResourceException
Execute a MFECI Server function specified in the interaction spec.
iSpec | The Cics interaction spec. |
input | The input record to the interaction. |
output | The output record for the interaction. |
true | Output is not null. |
false | Output is null. |
public javax.resource.cci.ResourceWarning getWarnings() throws javax.resource.ResourceException
Get warnings from the Cics Server.
public int getCobolReturnCode()