Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Modifier and Type | Method and Description |
---|---|
ECIRequest |
ECIRequest.getStatus(java.lang.String strServer)
This method creates an ECIRequest object which can be used to find the
current status of a CICS system.
|
ECIRequest |
ECIRequest.getStatus(java.lang.String strServer,
int iMessageQualifier,
Callbackable callBack)
This method creates an ECIRequest object which can be used to find the
current status of a CICS system.
|
static ECIRequest |
ECIRequest.listSystems(int iNumOfSys)
This method returns an ECIRequest object which can be flowed to a
CICS Transaction Gateway to retrieve the defined CICS servers.
|