org.lsst.ccs.bus.jms
Class TopicSessionFactory
java.lang.Object
org.lsst.ccs.bus.jms.TopicSessionFactory
public class TopicSessionFactory
- extends Object
JMS Topic session factory
- Author:
- aubourg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected static TopicSessionFactory instance
TopicSessionFactory
public TopicSessionFactory()
getSessionFactory
public static TopicSessionFactory getSessionFactory()
reset
public void reset()
getTopicSession
public javax.jms.Session getTopicSession()
getCommandTopic
public javax.jms.Topic getCommandTopic()
getStatusTopic
public javax.jms.Topic getStatusTopic()
getLogTopic
public javax.jms.Topic getLogTopic()
getCommandPublisher
public javax.jms.MessageProducer getCommandPublisher(javax.jms.Session sess)
getStatusPublisher
public javax.jms.MessageProducer getStatusPublisher(javax.jms.Session sess)
getLogPublisher
public javax.jms.MessageProducer getLogPublisher(javax.jms.Session sess)
getCommandSubscriber
public javax.jms.MessageConsumer getCommandSubscriber(javax.jms.Session sess)
getCommandSubscriber
public javax.jms.MessageConsumer getCommandSubscriber(javax.jms.Session sess,
String messageSelector)
getStatusSubscriber
public javax.jms.MessageConsumer getStatusSubscriber(javax.jms.Session sess)
getStatusSubscriber
public javax.jms.MessageConsumer getStatusSubscriber(javax.jms.Session sess,
String messageSelector)
getLogSubscriber
public javax.jms.MessageConsumer getLogSubscriber(javax.jms.Session sess,
String messageSelector)
getCommandReplyPublisher
public javax.jms.MessageProducer getCommandReplyPublisher(javax.jms.Session sess,
javax.jms.Destination dest)
Copyright © 2012 LSST. All Rights Reserved.