org.jacorb.notification.queue
Interface EventQueueOverflowStrategy
public interface EventQueueOverflowStrategy
- Author:
- Alphonse Bendt
FIFO
static final EventQueueOverflowStrategy FIFO
LIFO
static final EventQueueOverflowStrategy LIFO
LEAST_PRIORITY
static final EventQueueOverflowStrategy LEAST_PRIORITY
EARLIEST_TIMEOUT
static final EventQueueOverflowStrategy EARLIEST_TIMEOUT
removeElementFromQueue
Message removeElementFromQueue(AbstractBoundedEventQueue queue)
getDiscardPolicyName
String getDiscardPolicyName()
Copyright © 2015 JacORB. All rights reserved.