public interface CHARContainer extends ReadableCHARContainer, WritableCHARContainer
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, get
CHARContainer append(java.lang.String t) throws CICSConditionException
EXEC CICS API commands:
EXEC CICS PUT CONTAINER
append
in interface WritableCHARContainer
append
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 CONTAINER
put
in interface WritableCHARContainer
put
in interface WritableContainer<java.lang.String>
t
- object to putCICSConditionException
- If there's a problem in CICS
RespCodes: