CICS® Transaction Gateway Programming Reference v1.1.0.0

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

Packages that use Callbackable
com.ibm.ctg.client Provides ECI, EPI and ESI base classes for developing Java client applications. 
 

Uses of Callbackable in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client with parameters of type Callbackable
 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 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 callBack)
          Sets the Callbackable object associated with this object.
 

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


©Copyright IBM Corp. 1994, 2014
Legal