The OMTMMessageQueue class
implements a message queue. It is the base class for OMEventQueue and OMMessageQueue.
The base class OMTMMessageQueue has an OMOSMessageQueue,
called theQueue, as a protected data member.
Method summary- get
- Retrieves the message at the beginning of the queue
- getMessageList
- Retrieves the list of messages
- getOsHandle
- Returns the native operating system handle to the
thread
- isEmpty
- Determines whether the queue is empty
- pend
- Blocks the thread making the call until there is
a message in the queue
- putVisibility
- Adds a message to the queue