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

Method setString

java/jms/src/org/opendds/jms/MapMessageImpl.java:156–161  ·  view source on GitHub ↗
(String s, String s1)

Source from the content-addressed store, hash-verified

154 }
155
156 public void setString(String s, String s1) throws JMSException {
157 getBodyState().checkWritable();
158 mapBody.absorbTheMapBody();
159 mapBody.setString(s, s1);
160 mapBody.updateTheMapBody();
161 }
162
163 public void setBytes(String s, byte[] bytes) throws JMSException {
164 getBodyState().checkWritable();

Calls 4

getBodyStateMethod · 0.80
absorbTheMapBodyMethod · 0.80
updateTheMapBodyMethod · 0.80
checkWritableMethod · 0.65