Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ getString
Method
getString
java/jms/src/org/opendds/jms/MapMessageImpl.java:80–83 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
78
}
79
80
public
String getString(String s) throws JMSException {
81
mapBody.absorbTheMapBody();
82
return
mapBody.getString(s);
83
}
84
85
public
byte[] getBytes(String s) throws JMSException {
86
mapBody.absorbTheMapBody();
Callers
5
testSetAndGetMapItems
Method · 0.95
testUpdatingMapItems
Method · 0.95
testStreamItemConversion
Method · 0.95
testSetObject
Method · 0.95
testGettingNonExistentMapItems
Method · 0.95
Calls
1
absorbTheMapBody
Method · 0.80
Tested by
5
testSetAndGetMapItems
Method · 0.76
testUpdatingMapItems
Method · 0.76
testStreamItemConversion
Method · 0.76
testSetObject
Method · 0.76
testGettingNonExistentMapItems
Method · 0.76