public final class EPIInteraction extends CICSInteraction
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this connection.
|
boolean |
execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
This method will send the input record via a CICS terminal and return
the new screen returned in the output record.
|
clearWarnings, execute, getConnection, getWarningspublic void close()
throws javax.resource.ResourceException
close in interface javax.resource.cci.Interactionclose in class CICSInteractionjavax.resource.ResourceExceptionpublic boolean execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record input,
javax.resource.cci.Record output)
throws javax.resource.ResourceException
spec - A valid EPIInteractionSpec Object.input - The Record to send to CICS.output - The Record to put the resulting Screen into.javax.resource.ResourceException - If an attempt to execute fails for any reason.