|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.cics.server.API | +--com.ibm.cics.server.Resource | +--com.ibm.cics.server.RemotableResource | +--com.ibm.cics.server.TSQ
Constructor Summary | |
TSQ()
|
Method Summary | |
void |
delete()
Not Implemented. |
byte[] |
getQueueName()
Not Implemented. |
TSQType |
getType()
Not Implemented. |
int |
readItem(int item,
ItemHolder holder)
Not Implemented. |
int |
readNextItem(ItemHolder holder)
Not Implemented. |
int |
rewriteItem(int item,
byte[] data)
Not Implemented. |
int |
rewriteItemConditional(int item,
byte[] data)
Not Implemented. |
void |
setName(java.lang.String newName)
|
void |
setQueueName(byte[] queueName)
Not Implemented. |
void |
setType(TSQType type)
Not Implemented. |
int |
writeItem(byte[] data)
Not Implemented. |
int |
writeItemConditional(byte[] data)
Not Implemented. |
Methods inherited from class com.ibm.cics.server.RemotableResource |
getSysId,
setSysId |
Methods inherited from class com.ibm.cics.server.Resource |
getDescription,
getName,
setDescription |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TSQ()
Method Detail |
public void delete() throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
public byte[] getQueueName()
public TSQType getType()
public int readItem(int item, ItemHolder holder) throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, ItemErrorException, LengthErrorException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
public int readNextItem(ItemHolder holder) throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, ItemErrorException, LengthErrorException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
public int rewriteItem(int item, byte[] data) throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, ItemErrorException, LengthErrorException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
public int rewriteItemConditional(int item, byte[] data) throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, ItemErrorException, LengthErrorException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
public void setName(java.lang.String newName) throws java.lang.NullPointerException
public void setQueueName(byte[] queueName) throws java.lang.NullPointerException
public void setType(TSQType type)
public int writeItem(byte[] data) throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, ItemErrorException, LengthErrorException, NoSpaceException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
public int writeItemConditional(byte[] data) throws InvalidRequestException, IOErrorException, ISCInvalidRequestException, ItemErrorException, LengthErrorException, NoSpaceException, NotAuthorisedException, InvalidQueueIdException, InvalidSystemIdException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |