|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.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
containerName
- the name of the new Container
ContainerErrorException
ChannelErrorException
public Container getContainer(java.lang.String containerName) throws ContainerErrorException
containerName
- the name of the Container to be found
ContainerErrorException
public void deleteContainer(java.lang.String containerName) throws ContainerErrorException, ChannelErrorException, InvalidRequestException
containerName
- the name of the Container to be deleted
ContainerErrorException
ChannelErrorException
InvalidRequestException
public java.lang.String getName()
public ContainerIterator containerIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |