|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSInteraction
com.ibm.connector2.cics.EPIInteraction
public final class EPIInteraction
An EPIInteraction is used to interact with the terminal requested from the connection factory.
Method Summary | |
---|---|
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. |
Methods inherited from class com.ibm.connector2.cics.CICSInteraction |
---|
clearWarnings, execute, getConnection, getWarnings |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Interaction
close
in class CICSInteraction
javax.resource.ResourceException
public 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.
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |