public interface EventQueueOverflowStrategy
Modifier and Type | Field and Description |
---|---|
static EventQueueOverflowStrategy |
EARLIEST_TIMEOUT |
static EventQueueOverflowStrategy |
FIFO |
static EventQueueOverflowStrategy |
LEAST_PRIORITY |
static EventQueueOverflowStrategy |
LIFO |
Modifier and Type | Method and Description |
---|---|
String |
getDiscardPolicyName() |
Message |
removeElementFromQueue(AbstractBoundedEventQueue queue) |
static final EventQueueOverflowStrategy FIFO
static final EventQueueOverflowStrategy LIFO
static final EventQueueOverflowStrategy LEAST_PRIORITY
static final EventQueueOverflowStrategy EARLIEST_TIMEOUT
Message removeElementFromQueue(AbstractBoundedEventQueue queue)
String getDiscardPolicyName()
Copyright © 2016 JacORB. All rights reserved.