org.jacorb.notification.queue
Class EventQueueFactory

java.lang.Object
  extended by org.jacorb.notification.queue.EventQueueFactory
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable

public class EventQueueFactory
extends java.lang.Object
implements org.apache.avalon.framework.configuration.Configurable

Version:
$Id: EventQueueFactory.java,v 1.8 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Constructor Summary
EventQueueFactory()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
static short discardPolicyNameToValue(java.lang.String discardPolicyName)
           
 EventQueue newEventQueue(QoSPropertySet qosProperties)
           
static short orderPolicyNameToValue(java.lang.String orderPolicyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueueFactory

public EventQueueFactory()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable

newEventQueue

public EventQueue newEventQueue(QoSPropertySet qosProperties)
                         throws UnsupportedQoS
Throws:
UnsupportedQoS

orderPolicyNameToValue

public static short orderPolicyNameToValue(java.lang.String orderPolicyName)

discardPolicyNameToValue

public static short discardPolicyNameToValue(java.lang.String discardPolicyName)