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