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

Method getLong

java/jms/src/org/opendds/jms/MapMessageImpl.java:65–68  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

63 }
64
65 public long getLong(String s) throws JMSException {
66 mapBody.absorbTheMapBody();
67 return mapBody.getLong(s);
68 }
69
70 public float getFloat(String s) throws JMSException {
71 mapBody.absorbTheMapBody();

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 6

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76
testSetObjectMethod · 0.76