Class Summary |
AbstractBoundedEventQueue |
|
BasicMessageQueueAdapter |
|
BoundedDeadlineEventQueue |
Note that most of the methods are not thread-safe. this causes no problem as
the methods are not intended to be directly called by clients. instead the superclass
implements the interface EventQueue and invokes the methods thereby synchronizing access. |
BoundedFifoEventQueue |
Note that most of the methods are not thread-safe. this causes no problem as the methods are not
intended to be directly called by clients. instead the superclass implements the interface
EventQueue and invokes the methods thereby synchronizing access. |
BoundedPriorityEventQueue |
Note that most of the methods are not thread-safe. this causes no problem as
the methods are not intended to be directly called by clients. instead the superclass
implements the interface EventQueue and invokes the methods thereby synchronizing access. |
EventQueueFactory |
|
EventQueueOverflowStrategy |
|
HeapEntry |
Single entry within a Heap. |
RWLockEventQueueDecorator |
|