Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Modifier and Type | Method and Description |
---|---|
void |
EPIRequest.getEventWithCallback(int isize,
Callbackable callBack)
Sets the Call_Type of this object to EPI_GET_EVENT and also sets the
size and Callbackable object associated with this object.
|
void |
EPIRequest.getEventWithCallback(int itermIndex,
int isize,
Callbackable callBack)
Sets the Call_Type of this object to EPI_GET_EVENT and also sets the
termIndex, size and Callbackable object associated with this object.
|
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.
|
void |
ECIRequest.setCallback(Callbackable callBack)
Sets the Callbackable object associated with this ECIRequest object.
|
void |
EPIRequest.setCallback(Callbackable callBack)
Sets the Callbackable object associated with this object.
|
Constructor and Description |
---|
ECIRequest(int iCallType,
java.lang.String strServer,
java.lang.String strUserid,
java.lang.String strPassword,
java.lang.String strProgram,
java.lang.String strTransid,
byte[] abytCommarea,
int iCommareaLength,
int iExtendMode,
int iLuwToken,
int iMessageQualifier,
Callbackable callBack)
Creates an ECIRequest object with commarea for ECI asynchronous call types.
|
ECIRequest(int iCallType,
java.lang.String strServer,
java.lang.String strUserid,
java.lang.String strPassword,
java.lang.String strProgram,
java.lang.String strTransid,
Channel channel,
int iExtendMode,
int iLuwToken,
int iMessageQualifier,
Callbackable callBack)
Creates an ECIRequest object with a Channel for ECI asynchronous call types.
|