public interface Container
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
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
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
default boolean exists() throws CICSConditionException
getLength()
for information about the corresponding
EXEC CICS
API commands and RespCode
s.CICSConditionException
- if a problem occurs determining existence
See getLength()
for information about the corresponding
EXEC CICS
API commands and RespCode
s.int getLength() throws CICSConditionException
EXEC CICS API commands:
EXEC CICS GET CONTAINER
CICSConditionException
- if a problem occurs getting the container length
RespCodes:
void delete() throws CICSConditionException
EXEC CICS API commands:
EXEC CICS DELETE CONTAINER
CICSConditionException
- if a problem occurs deleting the container
RespCodes: