• Packages that use Callbackable 
    Package Description
    com.ibm.ctg.client
    Provides 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 
      Modifier and Type Method and Description
      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.
      Constructors in com.ibm.ctg.client with parameters of type Callbackable 
      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.