org.jacorb.notification.queue
Interface EventQueueOverflowStrategy
- public interface EventQueueOverflowStrategy
- Version:
- $Id: EventQueueOverflowStrategy.java,v 1.5 2006/02/25 15:28:40 alphonse.bendt Exp $
- Author:
- Alphonse Bendt
FIFO
public static final EventQueueOverflowStrategy FIFO
LIFO
public static final EventQueueOverflowStrategy LIFO
LEAST_PRIORITY
public static final EventQueueOverflowStrategy LEAST_PRIORITY
EARLIEST_TIMEOUT
public static final EventQueueOverflowStrategy EARLIEST_TIMEOUT
removeElementFromQueue
public Message removeElementFromQueue(AbstractBoundedEventQueue queue)
getDiscardPolicyName
public java.lang.String getDiscardPolicyName()