public class TopicOperator extends Object implements SessionEmployer, MessageHandler
| Constructor and Description |
|---|
TopicOperator(ConnectionManager connectionManager,
javax.jms.Topic topic) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.BytesMessage |
createMessage() |
javax.jms.Destination |
getDestination() |
String |
getMessageSelector() |
void |
send(javax.jms.Message message) |
public TopicOperator(ConnectionManager connectionManager, javax.jms.Topic topic)
public javax.jms.Destination getDestination()
getDestination in interface SessionEmployerpublic String getMessageSelector()
getMessageSelector in interface SessionEmployerpublic javax.jms.BytesMessage createMessage()
throws javax.jms.JMSException
createMessage in interface MessageHandlerjavax.jms.JMSExceptionpublic void send(javax.jms.Message message)
throws javax.jms.JMSException
send in interface MessageHandlerjavax.jms.JMSExceptionCopyright © 2016. All rights reserved.