public interface WritableCHARContainer extends WritableContainer<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
WritableCHARContainer |
append(java.lang.String t)
Append the object to the end of the container.
|
WritableCHARContainer |
prepend(java.lang.String t)
Prepend the object to the start of the container.
|
WritableCHARContainer |
put(java.lang.String t)
Overwrite the container contents with the supplied object.
|
WritableCHARContainer put(java.lang.String t) throws CICSConditionException
EXEC CICS API commands:
EXEC CICS PUT CONTAINERput 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 CONTAINERappend in interface WritableContainer<java.lang.String>t - object to appendCICSConditionException - If there's a problem in CICS
RespCodes:
WritableCHARContainer prepend(java.lang.String t) throws CICSConditionException
EXEC CICS API commands:
EXEC CICS PUT CONTAINERprepend in interface WritableContainer<java.lang.String>t - object to prependCICSConditionException - If there's a problem in CICS
RespCodes: