org.jacorb.notification.queue
Class EventQueueFactory

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

public class EventQueueFactory
extends Object
implements Configurable

Author:
Alphonse Bendt

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

configure

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

newMessageQueue

public MessageQueueAdapter newMessageQueue(QoSPropertySet qosProperties)


Copyright © 2015 JacORB. All rights reserved.