|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.latencybusters.jms.message.LBMMessage com.latencybusters.jms.message.LBMTextMessage
public class LBMTextMessage
Field Summary |
---|
Fields inherited from class com.latencybusters.jms.message.LBMMessage |
---|
BYTEMESSAGE, m, MAPMESSAGE, MESSAGE, OBJECTMESSAGE, STREAMMESSAGE, TEXTMESSAGE |
Fields inherited from interface javax.jms.Message |
---|
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
Constructor Summary | |
---|---|
LBMTextMessage()
|
|
LBMTextMessage(JMSTextMessage m)
|
|
LBMTextMessage(com.latencybusters.lbm.LBMMessageProperties props,
byte[] data)
|
|
LBMTextMessage(java.lang.String text)
|
Method Summary | |
---|---|
void |
clearBody()
|
LBMMessage |
copy()
|
long |
getBodyLength()
|
byte[] |
getData()
|
java.lang.String |
getJMSXMimeType()
|
int |
getMessageType()
|
java.lang.String |
getText()
|
void |
setText(java.lang.String text)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.Message |
---|
acknowledge, clearProperties, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty |
Constructor Detail |
---|
public LBMTextMessage()
public LBMTextMessage(JMSTextMessage m)
public LBMTextMessage(com.latencybusters.lbm.LBMMessageProperties props, byte[] data) throws javax.jms.JMSException
javax.jms.JMSException
public LBMTextMessage(java.lang.String text)
Method Detail |
---|
public int getMessageType()
getMessageType
in class LBMMessage
public byte[] getData()
getData
in class LBMMessage
public long getBodyLength()
getBodyLength
in class LBMMessage
public LBMMessage copy()
copy
in class LBMMessage
public java.lang.String getJMSXMimeType()
getJMSXMimeType
in class LBMMessage
public void setText(java.lang.String text) throws javax.jms.JMSException
setText
in interface javax.jms.TextMessage
javax.jms.JMSException
public java.lang.String getText() throws javax.jms.JMSException
getText
in interface javax.jms.TextMessage
javax.jms.JMSException
public void clearBody() throws javax.jms.JMSException
clearBody
in interface javax.jms.Message
clearBody
in class LBMMessage
javax.jms.JMSException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |