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
EventQueueOverflowStrategyEARLIEST_TIMEOUT
EventQueueOverflowStrategyFIFO
EventQueueOverflowStrategyLEAST_PRIORITY
EventQueueOverflowStrategyLIFO
Method Summary
StringgetDiscardPolicyName()
MessageremoveElementFromQueue(AbstractBoundedEventQueue queue)

Field Detail

EARLIEST_TIMEOUT

public EventQueueOverflowStrategy EARLIEST_TIMEOUT

FIFO

public EventQueueOverflowStrategy FIFO

LEAST_PRIORITY

public EventQueueOverflowStrategy LEAST_PRIORITY

LIFO

public EventQueueOverflowStrategy LIFO

Method Detail

getDiscardPolicyName

public String getDiscardPolicyName()

removeElementFromQueue

public Message removeElementFromQueue(AbstractBoundedEventQueue queue)