 com.microfocus.cics.client.CCLChannel
com.microfocus.cics.client.CCLChannel 
                  		
               
| CCLChannel(CCLChannel that) | Construct a CCLChannel class | 
| CCLChannel(String name) | Construct a CCLChannel class | 
| CCLChannel(String name, short ccsId) | Construct a CCLChannel class | 
| Method Summary | |
|---|---|
| void | addContainer(CCLContainer container) | 
| short | getCcsId() | 
| String | getChannelName() | 
| byte[] | getChannelNameInEBCDIC(String codePage) | 
| List<CCLContainer> | getContainers() | 
| int | getNumberOfContainers() | 
| int | getTotalLength() | 
| boolean | removeContainer(CCLContainer container) | 
| void | setCcsId(short ccsId) | 
public CCLChannel(String name, short ccsId)
| name | name passed in as a bytearray | 
| ccsId | coded character set ID | 
public CCLChannel(String name)
| name | name passed in as a bytearray | 
public CCLChannel(CCLChannel that) throws UnsupportedEncodingException
public List<CCLContainer> getContainers()
public String getChannelName()
public byte[] getChannelNameInEBCDIC(String codePage) throws UnsupportedEncodingException
public void addContainer(CCLContainer container)
public void removeContainer(CCLContainer container)
public int getNumberOfContainers()
public int getTotalLength()
public short getCcsId()
public void setCcsId(short ccsId)