public interface Container
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes this container
- Discards any data stored in this container |
default boolean |
exists()
Determines whether or not this container exists in CICS.
|
int |
getLength()
Get the length in bytes of the current contents of the CICS Container
|
java.lang.String |
getName()
Get the name of the container
|
java.lang.String getName()
default boolean exists()
throws CICSConditionException
getLength() for information about the corresponding
EXEC CICS API commands and RespCodes.CICSConditionException - if a problem occurs determining existence
See getLength() for information about the corresponding
EXEC CICS API commands and RespCodes.int getLength()
throws CICSConditionException
EXEC CICS API commands:
EXEC CICS GET CONTAINERCICSConditionException - if a problem occurs getting the container length
RespCodes:
void delete()
throws CICSConditionException
EXEC CICS API commands:
EXEC CICS DELETE CONTAINERCICSConditionException - if a problem occurs deleting the container
RespCodes: