• Packages that use Channel 
    Package Description
    com.ibm.ctg.client
    Provides base classes for developing Java client applications.
    • Uses of Channel in com.ibm.ctg.client

      Fields in com.ibm.ctg.client declared as Channel 
      Modifier and Type Field and Description
      Channel ECIRequest.channel
      The Channel to be passed to the CICS program.
      Methods in com.ibm.ctg.client that return Channel 
      Modifier and Type Method and Description
      Channel ECIRequest.getChannel()
      Gets the Channel associated with the request.
      Methods in com.ibm.ctg.client with parameters of type Channel 
      Modifier and Type Method and Description
      Container Channel.copyContainer(java.lang.String containerName, Channel sourceChannel)
      Copy a container from another channel
      Container Channel.copyContainer(java.lang.String containerName, Channel sourceChannel, java.lang.String newContainerName)
      Copy a container from another channel
      Container Channel.moveContainer(java.lang.String containerName, Channel sourceChannel)
      Move a container from another channel
      Container Channel.moveContainer(java.lang.String containerName, Channel sourceChannel, java.lang.String newContainerName)
      Move a container from another channel
      void ECIRequest.setChannel(Channel channel)
      Sets the Channel associated with the request.
      Constructors in com.ibm.ctg.client with parameters of type Channel 
      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, Channel channel, int iExtendMode, int iLuwToken)
      Creates an ECIRequest object with a Channel to make Extended Logical Unit-of-Work requests.
      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.
      ECIRequest(java.lang.String strServer, java.lang.String strUserid, java.lang.String strPassword, java.lang.String strProgram, Channel channel, int iExtendMode, int iLuwToken)
      Creates an ECIRequest object with a Channel using the most commonly used ECI parameters.