Samples demonstrating the use of the ECI Java™ base class API. These samples include simple,
intermediate, and advanced ECI Java base
classes.
Java EciB1 sample
This sample lists the systems defined in the Gateway daemon
configuration file (ctg.ini) and allows you to choose the one to which
an ECI request is sent. This request is then sent, and the date and
time are returned in ASCII by CICS program EC01, alongside a representation
in hexadecimal.
Java EciB2 sample
This sample is used for testing ECI requests sent to CICS®. It controls the parameters
values from the command line.
Java EciB3 sample
This sample is for using with the channels and containers
components of the CICS Transaction
Gateway API.
Java EciI1 sample
This sample shows the use of the ECI Request classes with
an asynchronous extended request and a "callbackable" object.
Java EciA1 sample
This sample shows the use of the ECI request classes within
the framework of a servlet.