Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ getObject
Method
getObject
java/jms/src/org/opendds/jms/MapMessageImpl.java:90–93 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
88
}
89
90
public
Object getObject(String s) throws JMSException {
91
mapBody.absorbTheMapBody();
92
return
mapBody.getObject(s);
93
}
94
95
public
Enumeration getMapNames() throws JMSException {
96
mapBody.absorbTheMapBody();
Callers
4
testSetAndGetMapItems
Method · 0.95
testUpdatingMapItems
Method · 0.95
testGetObject
Method · 0.95
testGettingNonExistentMapItems
Method · 0.95
Calls
1
absorbTheMapBody
Method · 0.80
Tested by
4
testSetAndGetMapItems
Method · 0.76
testUpdatingMapItems
Method · 0.76
testGetObject
Method · 0.76
testGettingNonExistentMapItems
Method · 0.76