|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoundedQueueBasedMessageQueue
Method Summary | |
---|---|
Envelope |
dequeue()
Try to dequeue the next message from this queue, return null failing that. |
void |
enqueue(ActorRef receiver,
Envelope handle)
Try to enqueue the message to this queue, or throw an exception. |
java.util.concurrent.BlockingQueue<Envelope> |
queue()
|
Methods inherited from interface akka.dispatch.QueueBasedMessageQueue |
---|
cleanUp, hasMessages, numberOfMessages |
Methods inherited from interface akka.dispatch.BoundedMessageQueueSemantics |
---|
pushTimeOut |
Method Detail |
---|
java.util.concurrent.BlockingQueue<Envelope> queue()
queue
in interface QueueBasedMessageQueue
void enqueue(ActorRef receiver, Envelope handle)
MessageQueue
enqueue
in interface MessageQueue
receiver
- (undocumented)handle
- (undocumented)Envelope dequeue()
MessageQueue
dequeue
in interface MessageQueue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |