
public class QueueSessionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static QueueSessionFactory |
instance |
| Constructor and Description |
|---|
QueueSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.MessageProducer |
getCommandReplySender(javax.jms.Session sess,
javax.jms.Destination dest) |
javax.jms.Session |
getQueueSession() |
static QueueSessionFactory |
getSessionFactory() |
protected static QueueSessionFactory instance
public static QueueSessionFactory getSessionFactory()
public javax.jms.Session getQueueSession()
public javax.jms.MessageProducer getCommandReplySender(javax.jms.Session sess,
javax.jms.Destination dest)
Copyright © 2020 LSST. All rights reserved.