org.smallmind.quorum.transport.message
Class QueueOperator

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

public class QueueOperator
extends Object
implements SessionEmployer


Constructor Summary
QueueOperator(ConnectionFactor requestConnectionFactor, javax.jms.Queue requestQueue)
           
 
Method Summary
 javax.jms.Destination getDestination()
           
 String getMessageSelector()
           
 javax.jms.Session getRequestSession()
           
 void send(javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueOperator

public QueueOperator(ConnectionFactor requestConnectionFactor,
                     javax.jms.Queue requestQueue)
Method Detail

getDestination

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

getMessageSelector

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

getRequestSession

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

send

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


Copyright © 2012. All Rights Reserved.