| Method Summary | |
|---|---|
| void | clearWarnings() |
| void | close() |
| 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() |
public javax.resource.cci.Connection getConnection()
Get the MFECIConnection handle associated with this MFECI Interaction instance.
public void close()
throws javax.resource.ResourceException
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.
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.
public javax.resource.cci.ResourceWarning getWarnings()
throws javax.resource.ResourceException
Get warnings from the Cics Server.
public int getCobolReturnCode()