org.jacorb.notification.queue
Class EventQueueFactory

java.lang.Object
  extended byorg.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.12 2006/02/25 15:28:40 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
EventQueueFactory(org.apache.avalon.framework.configuration.Configuration config)
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
 MessageQueueAdapter newMessageQueue(QoSPropertySet qosProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueueFactory

public EventQueueFactory(org.apache.avalon.framework.configuration.Configuration config)
                  throws org.apache.avalon.framework.configuration.ConfigurationException
Method Detail

configure

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

newMessageQueue

public MessageQueueAdapter newMessageQueue(QoSPropertySet qosProperties)