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)
public CCLChannel(String name)
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)