public abstract class API
extends java.lang.Object
This is the base class for all JCICS classes that interact with CICS.
Note that method calls on JCICS objects must be made from the same thread that constructed them.
Modifier and Type | Method and Description |
---|---|
static Version |
getCICSServerApiVersion()
Gets the version of the com.ibm.cics.server java package which is
being used currently.
|
public static Version getCICSServerApiVersion() throws CicsException
CicsException
- The com.ibm.cics.server code is not packaged into a jar as expected,
or the version of the com.ibm.cics.server package on the classpath could not be determined,
possibly as a result of an I/O problem preventing the manifest of that jar being read
and processed.