|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueException | |
|---|---|
| brahms.base.util | |
| brahms.communication | |
| Uses of QueueException in brahms.base.util |
|---|
| Methods in brahms.base.util that throw QueueException | |
|---|---|
E |
Queue.dequeue()
Removes the first element from the queue and blocks the calling thread if no data is queued. |
E |
Queue.dequeue(boolean block)
Removes the first element from the queue and blocks the calling thread if no data is queued and block = true or returns null if block = false. |
void |
Queue.enqueue(E data)
Adds the specified element to the end of the queue. |
| Uses of QueueException in brahms.communication |
|---|
| Methods in brahms.communication that throw QueueException | |
|---|---|
CommunicativeAct |
AbstractCommunicationAgent.dequeueIncomingMessage()
Removes the first CommunicativeAct from the incoming queue and blocks the calling thread if no messages are queued. |
CommunicativeAct |
AbstractCommunicationAgent.dequeueIncomingMessage(boolean block)
Removes the first CommunicativeAct from the incoming queue and blocks the calling thread if no data is queued and block = true or returns null if block = false. |
void |
AbstractCommunicationAgent.enqueueIncomingMessage(CommunicativeAct message)
Adds the specified CommunicativeAct to the incoming message queue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||