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

Field Summary
static EventQueueOverflowStrategy EARLIEST_TIMEOUT
           
static EventQueueOverflowStrategy FIFO
           
static EventQueueOverflowStrategy LEAST_PRIORITY
           
static EventQueueOverflowStrategy LIFO
           
 
Method Summary
 java.lang.String getDiscardPolicyName()
           
 Message removeElementFromQueue(AbstractBoundedEventQueue queue)
           
 

Field Detail

FIFO

static final EventQueueOverflowStrategy FIFO

LIFO

static final EventQueueOverflowStrategy LIFO

LEAST_PRIORITY

static final EventQueueOverflowStrategy LEAST_PRIORITY

EARLIEST_TIMEOUT

static final EventQueueOverflowStrategy EARLIEST_TIMEOUT
Method Detail

removeElementFromQueue

Message removeElementFromQueue(AbstractBoundedEventQueue queue)

getDiscardPolicyName

java.lang.String getDiscardPolicyName()