Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Modifier and Type | Field and Description |
---|---|
Channel |
ECIRequest.channel
The
Channel to be passed to the CICS program. |
Modifier and Type | Method and Description |
---|---|
Channel |
ECIRequest.getChannel()
Gets the
Channel associated with the request. |
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. |
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.
|