org.gcube.data.access.queueManager.impl
Class QueueProducerFactory

java.lang.Object
  extended by org.gcube.data.access.queueManager.impl.QueueProducerFactory
All Implemented Interfaces:
ProducerFactory

public class QueueProducerFactory
extends Object
implements ProducerFactory


Method Summary
 void close()
           
static QueueProducerFactory get(FactoryConfiguration configuration)
           
 QueueProducer getSubmitter(String topic, QueueType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static QueueProducerFactory get(FactoryConfiguration configuration)
                                throws javax.jms.JMSException
Throws:
javax.jms.JMSException

getSubmitter

public QueueProducer getSubmitter(String topic,
                                  QueueType type)
                           throws javax.jms.JMSException
Specified by:
getSubmitter in interface ProducerFactory
Throws:
javax.jms.JMSException

close

public void close()
Specified by:
close in interface ProducerFactory


Copyright © 2013. All Rights Reserved.