public interface CHARContainer extends ReadableCHARContainer, WritableCHARContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
CHARContainer |
append(java.lang.String t)
Append the object to the end of the container.
|
CHARContainer |
put(java.lang.String t)
Overwrite the container contents with the supplied object.
|
asReadableBITContainer, getstatic final java.lang.String COPYRIGHT
CHARContainer append(java.lang.String t) throws CICSConditionException
EXEC CICS API commands:
EXEC CICS PUT CONTAINERappend in interface WritableCHARContainerappend in interface WritableContainer<java.lang.String>t - object to appendCICSConditionException - If there's a problem in CICS
RespCodes:
CHARContainer put(java.lang.String t) throws CICSConditionException
EXEC CICS API commands:
EXEC CICS PUT CONTAINERput in interface WritableCHARContainerput in interface WritableContainer<java.lang.String>t - object to putCICSConditionException - If there's a problem in CICS
RespCodes: