org.jacorb.notification.queue
Interface EventQueueOverflowStrategy


public interface EventQueueOverflowStrategy

Version:
$Id: EventQueueOverflowStrategy.java,v 1.6 2011-05-10 15:40:39 nick.cross Exp $
Author:
Alphonse Bendt

Field Summary
static EventQueueOverflowStrategy EARLIEST_TIMEOUT
           
static EventQueueOverflowStrategy FIFO
           
static EventQueueOverflowStrategy LEAST_PRIORITY
           
static EventQueueOverflowStrategy LIFO
           
 
Method Summary
 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

String getDiscardPolicyName()


Copyright © 2012 JacORB. All Rights Reserved.