CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.client.Channel

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

Uses of Channel in com.ibm.ctg.client
 

Fields in com.ibm.ctg.client declared as Channel
 Channel ECIRequest.channel
          The Channel to be passed to the CICS program.
 

Methods in com.ibm.ctg.client that return Channel
 Channel ECIRequest.getChannel()
          Gets the Channel associated with the request.
 

Methods in com.ibm.ctg.client with parameters of type Channel
 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
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)
          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.
ECIRequest(java.lang.String strServer, java.lang.String strUserid, java.lang.String strPassword, java.lang.String strProgram, Channel channel, int iExtendMode, int iLuwToken)
          Beta style constructor, which takes the relevant parameters for a simple synchronous call, and sets the contents of the object.
 


©Copyright IBM Corp. 1994, 2014
Legal