Class CCLChannel

Class for constructing CCLChannel.
java.lang.Object

extended bycom.microfocus.cics.client.CCLChannel

Class Specifications

public class CCLChannel

extends Object

Constructor Summary

CCLChannel(CCLChannel that)

Construct a CCLChannel class

CCLChannel(String name)

Construct a CCLChannel class

CCLChannel(String name, short ccsId)

Construct a CCLChannel class

Methods

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)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CCLChannel
public CCLChannel(String name,
                  short ccsId)
Parameters:
name name passed in as a bytearray
ccsId coded character set ID
CCLChannel
public CCLChannel(String name)
Parameters:
name name passed in as a bytearray
CCLChannel
public CCLChannel(CCLChannel that) 
           throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

Method Detail

getContainers
public List<CCLContainer> getContainers()
getChannelName
public String getChannelName()
getChannelNameInEBCDIC
public byte[] getChannelNameInEBCDIC(String codePage)
       throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
addContainer
public void addContainer(CCLContainer container)
removeContainer
public void removeContainer(CCLContainer container)
getNumberOfContainers
public int getNumberOfContainers()
getTotalLength
public int getTotalLength()
getCcsId
public short getCcsId()
setCcsId
public void setCcsId(short ccsId)