|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
com.ibm.ctg.client | Provides ECI, EPI and ESI base classes for developing Java client applications. |
Uses of Container in com.ibm.ctg.client |
---|
Methods in com.ibm.ctg.client that return Container | |
---|---|
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.createContainer(java.lang.String containerName,
byte[] data)
Creates a container to hold binary data within the channel. |
Container |
Channel.createContainer(java.lang.String containerName,
byte[] data,
int CCSID)
Creates a container to hold character data within the channel. |
Container |
Channel.createContainer(java.lang.String containerName,
byte[] data,
java.lang.String encoding)
Creates a container to hold character data within the channel. |
Container |
Channel.createContainer(java.lang.String containerName,
java.lang.String data)
Creates a container to hold character data within the channel. |
Container |
Channel.createContainer(java.lang.String containerName,
java.lang.String data,
java.lang.String encoding)
Deprecated. |
Container |
Channel.getContainer(java.lang.String name)
This method will examine the current containers within this channel looking for a container with the name supplied. |
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 |
Methods in com.ibm.ctg.client that return types with arguments of type Container | |
---|---|
java.util.Collection<Container> |
Channel.getContainers()
Get a collection of all of the containers held within the channel |
Methods in com.ibm.ctg.client with parameters of type Container | |
---|---|
void |
Channel.addContainer(Container container)
Adds the provided container to the channel. |
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV NEXT | FRAMES NO FRAMES |