Class CCLContainer

Class for constructing CCLContainer.
java.lang.Object

extended bycom.microfocus.cics.client.CCLContainer

Class Specifications

public class CCLContainer

extends Object

Constructor Summary

CCLContainer(String name)

Construct a CCLContainer class

CCLContainer(String name, CCLContainerType aType)

Construct a CCLContainer class

CCLContainer(String name, short ccsId)

Construct a CCLContainer class

CCLContainer(String name, short ccsId, CCLContainerType aType)

Construct a CCLContainer class

Methods

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CCLContainer
public CCLContainer(String name,
                    short ccsId)
Parameters:
name name passed in as a bytearray
ccsId coded character set ID
CCLContainer
public CCLContainer(String name,
                    short ccsId,
                    CCLContainerType aType)
Parameters:
name name passed in as a bytearray
ccsId coded character set ID
aType container type
CCLContainer
public CCLContainer(String name,
                    CCLContainerType aType)
Parameters:
name name passed in as a bytearray
aType container type
CCLContainer
public CCLContainer(String name)
Parameters:
name name passed in as a bytearray

Method Detail

getContainerType
public CCLContainerType getContainerType()
setContainerType
public void setContainerType(CCLContainerType containerType)
getContainerName
public String getContainerName()
getContainerNameInEBCDIC
public byte[] getContainerNameInEBCDIC(String codePage)
       throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
getContainerData
public ContainerData getContainerData()
setContainerData
public void setContainerData(ContainerData containerData)
getContainerDataLength
public int getContainerDataLength()
getCcsId
public short getCcsId()
setCcsId
public void setCcsId(short ccsId)
getValueOnReturn
public byte getValueOnReturn()
setValueOnReturn
public void setValueOnReturn(byte valueOnReturn)