com.ibm.websphere.webmsg.publisher.jndijms
Class BayeuxJmsTextMsg
- java.lang.Object
com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg
com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg
com.ibm.websphere.webmsg.publisher.jndijms.BayeuxJmsTextMsg
All implemented interfaces:
- public class BayeuxJmsTextMsg
- extends JmsWebTextMsg
Field Summary
Fields inherited from class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg |
---|
TEXT_MESSAGE |
Constructor Summary
Constructor and Description |
---|
BayeuxJmsTextMsg(java.lang.String channel,java.lang.String content)
Constructor
|
BayeuxJmsTextMsg(java.lang.String channel,java.lang.String content,long msgID)
Constructor
|
BayeuxJmsTextMsg(java.lang.String destination,java.lang.String channel,java.lang.String content,long msgID)
Constructor
|
Method Summary
Methods inherited from class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebTextMsg |
---|
getData, getJmsMessage |
Methods inherited from class com.ibm.websphere.webmsg.publisher.jndijms.JmsWebMsg |
---|
getDestination, getJmsDeliveryMode, getJmsPriority, getJmsTimeToLive, getMessageID, getMessageType, getTarget, setDestination, setJmsDeliveryMode, setJmsPriority, setJmsTimeToLive, setTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
BayeuxJmsTextMsg
- public BayeuxJmsTextMsg(java.lang.String channel,
- java.lang.String content)
Constructor
Parameters:
channel
- - Bayeux channel to publish to. Will be sent over default topic space. content
- - Text to sent. BayeuxJmsTextMsg
- public BayeuxJmsTextMsg(java.lang.String channel,
- java.lang.String content,
- long msgID)
Constructor
Parameters:
channel
- - Bayeux channel to publish to. Will be sent over default topic space. content
- - Text to sent. msgID
- - Message ID BayeuxJmsTextMsg
- public BayeuxJmsTextMsg(java.lang.String destination,
- java.lang.String channel,
- java.lang.String content,
- long msgID)
Constructor
Parameters:
destination
- - SIBus destination to send message to. channel
- - Bayeux channel to publish to. Will be sent over default topic space. content
- - Text to sent. msgID
- - Message ID