|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.cics.server.API
com.ibm.cics.server.Resource
com.ibm.cics.server.RemotableResource
com.ibm.cics.server.TDQ
public class TDQ
This Class provides the Java implementation of CICS Transient Data Queues (TDQs).
| Constructor Summary | |
|---|---|
TDQ()
Construct a TDQ bean. |
|
| Method Summary | |
|---|---|
void |
delete()
Delete a Transient Data Queue. |
void |
readData(DataHolder holder)
Read data from a TDQ. |
void |
readDataConditional(DataHolder holder)
Read data from a TDQ. |
void |
writeData(byte[] data)
Write data to a TDQ. |
| Methods inherited from class com.ibm.cics.server.RemotableResource |
|---|
getSysId, setSysId |
| Methods inherited from class com.ibm.cics.server.Resource |
|---|
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TDQ()
| Method Detail |
|---|
public void delete()
throws IOErrorException,
ISCInvalidRequestException,
NotAuthorisedException,
InvalidQueueIdException,
InvalidSystemIdException
IOErrorException - An IOERR occurred.
ISCInvalidRequestException - An ISCINVREQ occurred.
NotAuthorisedException - A NOTAUTH occurred.
InvalidQueueIdException - A QIDERR occurred.
InvalidSystemIdException - A SYSIDERR occurred.
public void readData(DataHolder holder)
throws IOErrorException,
ISCInvalidRequestException,
LengthErrorException,
NotAuthorisedException,
NotOpenException,
InvalidQueueIdException,
QueueZeroException,
InvalidSystemIdException
holder - The holder for the data to be returned.
IOErrorException - An IOERR occurred.
ISCInvalidRequestException - An ISCINVREQ occurred.
LengthErrorException - A LENGERR occurred.
NotAuthorisedException - A NOTAUTH occurred.
NotOpenException - A NOTOPEN occurred.
InvalidQueueIdException - A QIDERR occurred.
QueueZeroException - A QZERO occurred.
InvalidSystemIdException - A SYSIDERR occurred.
public void readDataConditional(DataHolder holder)
throws IOErrorException,
ISCInvalidRequestException,
LengthErrorException,
NotAuthorisedException,
NotOpenException,
QueueBusyException,
InvalidQueueIdException,
QueueZeroException,
InvalidSystemIdException
holder - The holder for the data to be returned.
IOErrorException - An IOERR occurred.
ISCInvalidRequestException - An ISCINVREQ occurred.
LengthErrorException - A LENGERR occurred.
NotAuthorisedException - A NOTAUTH occurred.
NotOpenException - A NOTOPEN occurred.
QueueBusyException - A QBUSY occurred.
InvalidQueueIdException - A QIDERR occurred.
QueueZeroException - A QZERO occurred.
InvalidSystemIdException - A SYSIDERR occurred.
public void writeData(byte[] data)
throws IOErrorException,
ISCInvalidRequestException,
LengthErrorException,
NoSpaceException,
NotAuthorisedException,
NotOpenException,
InvalidSystemIdException
data - A Java byte array containing the data to be written to the
TDQ.
IOErrorException - An IOERR occurred.
ISCInvalidRequestException - An ISCINVREQ occurred.
LengthErrorException - A LENGERR occurred.
NoSpaceException - A NOSPACE occurred.
NotAuthorisedException - A NOTAUTH occurred.
NotOpenException - A NOTOPEN occurred.
InvalidSystemIdException - A SYSIDERR occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||