CICS® Transaction Gateway Programming Reference V3.1

Uses of Interface
com.ibm.ctg.client.Callbackable

Uses of Callbackable in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client with parameters of type Callbackable
 ECIRequest ECIRequest.getStatus(java.lang.String strServer, int iMessageQualifier, Callbackable calBack)
          This method sets the values of an ECIRequest object for an ECI_STATE_ASYNC_JAVA call on the CICS Transaction Gateway.
 void ECIRequest.setCallback(Callbackable calBack)
          Sets the Callbackable object associated with this ECIRequest object.
 void EPIRequest.setCallback(Callbackable calBack)
          Sets the Callbackable object associated with this object.
 void EPIRequest.getEventWithCallback(int isize, Callbackable calBack)
          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 calBack)
          Sets the Call_Type of this object to EPI_GET_EVENT and also sets the termIndex, size and Callbackable object associated with this object.
 

Constructors in com.ibm.ctg.client with parameters of type Callbackable
ECIRequest.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 calBack)
          Full constructor.
 

Uses of Callbackable in com.ibm.ctg.epi
 

Classes in com.ibm.ctg.epi that implement Callbackable
(package private)  class Terminal.Wait
           
 


© Copyright IBM Corp. 1994, 1999