org.smallmind.quorum.transport.message
Class TopicOperator

java.lang.Object
  extended by org.smallmind.quorum.transport.message.TopicOperator
All Implemented Interfaces:
SessionEmployer

public class TopicOperator
extends Object
implements SessionEmployer


Constructor Summary
TopicOperator(ConnectionFactor responseConnectionFactor, javax.jms.Topic responseTopic)
           
 
Method Summary
 javax.jms.Destination getDestination()
           
 String getMessageSelector()
           
 javax.jms.Session getResponseSession()
           
 void publish(javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicOperator

public TopicOperator(ConnectionFactor responseConnectionFactor,
                     javax.jms.Topic responseTopic)
Method Detail

getDestination

public javax.jms.Destination getDestination()
Specified by:
getDestination in interface SessionEmployer

getMessageSelector

public String getMessageSelector()
Specified by:
getMessageSelector in interface SessionEmployer

getResponseSession

public javax.jms.Session getResponseSession()
                                     throws javax.jms.JMSException
Throws:
javax.jms.JMSException

publish

public void publish(javax.jms.Message message)
             throws javax.jms.JMSException
Throws:
javax.jms.JMSException


Copyright © 2012. All Rights Reserved.