ECI Interaction Spec

The InteractionSpec class is a CICS-specific class used to manage the interaction between the Java™ Client application and CICS®.

Your J2C application uses the Interaction interface to link to a server program. The ECI resource adapter provides an implementation of the Interaction interface, but your application does not use this directly; instead it uses the ECIInteractionSpec class to define the properties of the interaction:

As with ECIConnectionSpec, you can set properties on the ECIInteractionSpec class at either construction time or by using setters. Unlike ECIConnectionSpec, the ECIInteractionSpec class has been designed as a Java bean. So in a managed environment, your server may provide tools to allow you to define these properties using a GUI without writing any code.

ECIInteractionSpec Properties


Feedback