MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / setText

Method setText

java/jms/src/org/opendds/jms/TextMessageImpl.java:34–37  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

32 }
33
34 public void setText(String string) throws JMSException {
35 getBodyState().checkWritable();
36 payload.theBody.theTextBody(string);
37 }
38
39 public String getText() throws JMSException {
40 return payload.theBody.theTextBody();

Callers 15

testSetAndGetTextMethod · 0.95
testClearBodyMethod · 0.95
createTextMessageMethod · 0.95
createContentsMethod · 0.80
createControlMethod · 0.80
createContentsMethod · 0.80
createContentsMethod · 0.80
createPagesMethod · 0.80
DeploymentTabMethod · 0.80
CustomizationTabMethod · 0.80

Calls 2

getBodyStateMethod · 0.80
checkWritableMethod · 0.65

Tested by 8

testSetAndGetTextMethod · 0.76
testClearBodyMethod · 0.76
replyToScenarioMethod · 0.64
recoverSynchMethod · 0.64
recoverAsyncMethod · 0.64
sendSomeMessagesMethod · 0.64