|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jms4spread.Message | +--jms4spread.TextMessage
A TextMessage is used to send Message Strings using JMS4Spread
Fields inherited from class jms4spread.Message |
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
Method Summary | |
void |
clearBody()
Clear the body of the Message |
java.lang.String |
getText()
Get the Text of the Message |
void |
setText(java.lang.String t)
Set the Text of the Message |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setText(java.lang.String t)
t
- the textpublic java.lang.String getText()
public void clearBody()
clearBody
in class Message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |