|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.Container
This is the Java implementation of CICS Containers
Method Summary | |
---|---|
void |
delete()
Delete the Container in CICS, and remove it from the owning Channel. |
byte[] |
get()
Get the data from the Container. |
int |
getLength()
Get the length of the data in the Container. |
java.lang.String |
getName()
Get the name of the Container as known to CICS. |
void |
put(byte[] byteArrayData)
Put some byte[] array data into the Container. |
void |
put(java.lang.String stringData)
Put some String data into the Container. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public byte[] get() throws ContainerErrorException, ChannelErrorException, CCSIDErrorException
ContainerErrorException
ChannelErrorException
CCSIDErrorException
public int getLength() throws ContainerErrorException, ChannelErrorException, CCSIDErrorException
ContainerErrorException
ChannelErrorException
CCSIDErrorException
public void put(byte[] byteArrayData) throws ContainerErrorException, ChannelErrorException, InvalidRequestException
ContainerErrorException
ChannelErrorException
InvalidRequestException
public void put(java.lang.String stringData) throws ContainerErrorException, ChannelErrorException, InvalidRequestException
ContainerErrorException
ChannelErrorException
InvalidRequestException
public void delete() throws ContainerErrorException, ChannelErrorException, InvalidRequestException
ContainerErrorException
ChannelErrorException
InvalidRequestException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |