|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.Channel
public class Channel
This is the Java implementation of CICS Channels
Method Summary | |
---|---|
ContainerIterator |
containerIterator()
Create a ContainerIterator for the Channel |
Container |
createContainer(java.lang.String containerName)
Create a Container in this Channel. |
void |
deleteContainer(java.lang.String containerName)
Delete a Container from this Channel |
Container |
getContainer(java.lang.String containerName)
Get a Container by name from this Channel. |
java.lang.String |
getName()
Get the name of the Channel as known to CICS |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Container createContainer(java.lang.String containerName) throws ContainerErrorException, ChannelErrorException
Container.put(byte[])
.
containerName
- the name of the new Container
ContainerErrorException
- CONTAINERERR
ChannelErrorException
- CHANNELERRpublic Container getContainer(java.lang.String containerName) throws ContainerErrorException
createContainer(String)
creates a proxy object.
containerName
- the name of the Container to be found
ContainerErrorException
- CONTAINERERRpublic void deleteContainer(java.lang.String containerName) throws ContainerErrorException, ChannelErrorException, CCSIDErrorException, CodePageErrorException, InvalidRequestException
containerName
- the name of the Container to be deleted
ContainerErrorException
- CONTAINERERR
ChannelErrorException
- CHANNELERR
InvalidRequestException
- INVREQ
CodePageErrorException
- CODEPAGEERR
CCSIDErrorException
- CCSIDERRpublic java.lang.String getName()
public ContainerIterator containerIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |