org.jacorb.notification.queue
Class EventQueueFactory

java.lang.Object
  extended by org.jacorb.notification.queue.EventQueueFactory
All Implemented Interfaces:
org.jacorb.config.Configurable

public class EventQueueFactory
extends java.lang.Object
implements org.jacorb.config.Configurable

Version:
$Id: EventQueueFactory.java,v 1.13 2009-04-25 10:08:51 andre.spiegel Exp $
Author:
Alphonse Bendt

Constructor Summary
EventQueueFactory(org.jacorb.config.Configuration config)
           
 
Method Summary
 void configure(org.jacorb.config.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.jacorb.config.Configuration config)
                  throws org.jacorb.config.ConfigurationException
Throws:
org.jacorb.config.ConfigurationException
Method Detail

configure

public void configure(org.jacorb.config.Configuration conf)
               throws org.jacorb.config.ConfigurationException
Specified by:
configure in interface org.jacorb.config.Configurable
Throws:
org.jacorb.config.ConfigurationException

newMessageQueue

public MessageQueueAdapter newMessageQueue(QoSPropertySet qosProperties)