org.lsst.ccs.bus.jms
Class QueueSessionFactory

java.lang.Object
  extended by org.lsst.ccs.bus.jms.QueueSessionFactory

public class QueueSessionFactory
extends Object

JMS Queue session factory

Author:
aubourg

Field Summary
protected static QueueSessionFactory instance
           
 
Constructor Summary
QueueSessionFactory()
           
 
Method Summary
 javax.jms.MessageProducer getCommandReplySender(javax.jms.Session sess, javax.jms.Destination dest)
           
 javax.jms.Session getQueueSession()
           
static QueueSessionFactory getSessionFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected static QueueSessionFactory instance
Constructor Detail

QueueSessionFactory

public QueueSessionFactory()
Method Detail

getSessionFactory

public static QueueSessionFactory getSessionFactory()

getQueueSession

public javax.jms.Session getQueueSession()

getCommandReplySender

public javax.jms.MessageProducer getCommandReplySender(javax.jms.Session sess,
                                                       javax.jms.Destination dest)


Copyright © 2013 LSST. All Rights Reserved.