Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ getInt
Method
getInt
java/jms/src/org/opendds/jms/MapMessageImpl.java:60–63 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
58
}
59
60
public
int
getInt(String s) throws JMSException {
61
mapBody.absorbTheMapBody();
62
return
mapBody.getInt(s);
63
}
64
65
public
long getLong(String s) throws JMSException {
66
mapBody.absorbTheMapBody();
Callers
6
testSetAndGetMapItems
Method · 0.95
testUpdatingMapItems
Method · 0.95
testStreamItemConversion
Method · 0.95
testStreamItemConversionFromNull
Method · 0.95
testSetObject
Method · 0.95
testGettingNonExistentMapItems
Method · 0.95
Calls
1
absorbTheMapBody
Method · 0.80
Tested by
6
testSetAndGetMapItems
Method · 0.76
testUpdatingMapItems
Method · 0.76
testStreamItemConversion
Method · 0.76
testStreamItemConversionFromNull
Method · 0.76
testSetObject
Method · 0.76
testGettingNonExistentMapItems
Method · 0.76