|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EventQueueOverflowStrategy | |
|---|---|
| org.jacorb.notification.queue | |
| Uses of EventQueueOverflowStrategy in org.jacorb.notification.queue |
|---|
| Fields in org.jacorb.notification.queue declared as EventQueueOverflowStrategy | |
static EventQueueOverflowStrategy |
EventQueueOverflowStrategy.FIFO
|
static EventQueueOverflowStrategy |
EventQueueOverflowStrategy.LIFO
|
static EventQueueOverflowStrategy |
EventQueueOverflowStrategy.LEAST_PRIORITY
|
static EventQueueOverflowStrategy |
EventQueueOverflowStrategy.EARLIEST_TIMEOUT
|
| Constructors in org.jacorb.notification.queue with parameters of type EventQueueOverflowStrategy | |
BoundedPriorityEventQueue(int maxSize,
EventQueueOverflowStrategy overflowStrategy)
|
|
BoundedFifoEventQueue(int maxSize,
EventQueueOverflowStrategy overflowStrategy)
|
|
BoundedFifoEventQueue(int maxSize,
EventQueueOverflowStrategy overflowStrategy,
java.lang.Object lock)
|
|
BoundedDeadlineEventQueue(int maxSize,
EventQueueOverflowStrategy overflowStrategy)
|
|
AbstractBoundedEventQueue(int capacity,
EventQueueOverflowStrategy overflowStrategy,
java.lang.Object lock)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||