public class MessageQueue<EntryType>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.concurrent.ConcurrentLinkedQueue<EntryType> |
queue |
private char |
state |
| Constructor and Description |
|---|
MessageQueue() |
| Modifier and Type | Method and Description |
|---|---|
EntryType |
await(int timeout) |
static void |
main(java.lang.String[] args) |
void |
put(EntryType data) |
final java.util.concurrent.ConcurrentLinkedQueue<EntryType> queue
private char state