CICS® Transaction Gateway Programming Reference v7.2.0.2

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

Packages that use Channel
com.ibm.ctg.client   
 

Uses of Channel in com.ibm.ctg.client
 

Fields in com.ibm.ctg.client declared as Channel
 Channel ECIRequest.channel
           
 

Methods in com.ibm.ctg.client that return Channel
 Channel ECIRequest.getChannel()
           
 

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)
           
 

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, 2010
Legal