CICS Intercept plug-in development
The API for implementing a Gateway intercept plug-in is provided in ctgclient.jar
Plug-in classes must implement the com.ibm.ctg.client.CicsIntercept interface. For more information, see Interface CicsIntercept
To compile your plug-in class, ctgclient.jar must be available on the class path. For more information, see Setting up the CLASSPATH.