|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CursorHandle in com.safmq |
---|
Methods in com.safmq with parameters of type CursorHandle | |
---|---|
int |
MessageQueue.AdvanceCursor(CursorHandle cursorID)
Advances the cursor to the next message in the queue. |
int |
MQConnection.AdvanceCursor(QueueHandle qhandle,
CursorHandle cursorID)
Advances the cursor to the next message in the queue. |
int |
MessageQueue.CloseCursor(CursorHandle cursorID)
Closes a cursor when it is no longer needed to access the queue. |
int |
MQConnection.CloseCursor(QueueHandle qhandle,
CursorHandle cursorID)
Closes a cursor when it is no longer needed to access the queue. |
int |
MessageQueue.OpenCursor(CursorHandle cursorID)
Opens a cursor for sequential reading of the queue. |
int |
MQConnection.OpenCursor(QueueHandle qhandle,
CursorHandle cursorID)
Opens a cursor for sequential reading of the queue. |
int |
MessageQueue.PeekCursor(boolean retrievebody,
CursorHandle cursorID,
QueueMessage msg)
Retrieves the message pointed to by cursorID . |
int |
MQConnection.PeekCursor(QueueHandle qhandle,
boolean retrievebody,
CursorHandle cursorID,
QueueMessage msg)
Retrieves the message pointed to by cursorID . |
int |
MessageQueue.RetrieveCursor(boolean retrievebody,
CursorHandle cursorID,
QueueMessage msg)
Retrieves the message pointed to by cursorID . |
int |
MQConnection.RetrieveCursor(QueueHandle qhandle,
boolean retrievebody,
CursorHandle cursorID,
QueueMessage msg)
Retrieves the message pointed to by cursorID . |
int |
MQConnection.SeekID(QueueHandle qhandle,
UUID id,
int timeoutseconds,
CursorHandle cursorID)
Attempts to locate the messaged indicated by id . |
int |
MessageQueue.SeekID(UUID id,
int timeout,
CursorHandle cursorID)
Attempts to locate the messaged indicated by id . |
int |
MessageQueue.TestCursor(CursorHandle cursorID)
Determines whether the cursor indicated by cursorID is still
a valid cursor, and has not been invalidated by other queue readers. |
int |
MQConnection.TestCursor(QueueHandle qhandle,
CursorHandle cursorID)
Determines whether the cursor indicated by cursorID is still
a valid cursor, and has not been invalidated by other queue readers. |
|
Copyright Matthew J. Battey, 2004-2010; Powered By: |
||||||||
PREV NEXT | FRAMES NO FRAMES |