Package | Description |
---|---|
org.jlab.coda.cMsg |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,cMsgPayloadItem> |
cMsgMessage.items
List of payload items.
|
Modifier and Type | Method and Description |
---|---|
cMsgPayloadItem |
cMsgPayloadItem.copy()
Creates a complete copy of this object.
|
cMsgPayloadItem |
cMsgMessage.getPayloadItem(java.lang.String name)
Get a single, named payload item.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,cMsgPayloadItem> |
cMsgMessage.getPayloadItems()
Gets an unmodifiable (read only) hashmap of all payload items.
|
Modifier and Type | Method and Description |
---|---|
void |
cMsgMessage.addPayloadItem(cMsgPayloadItem item)
Adds an item to the payload.
|
boolean |
cMsgMessage.removePayloadItem(cMsgPayloadItem item)
Remove an item from the payload.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
cMsgMessage.createPayloadText(java.util.Map<java.lang.String,cMsgPayloadItem> map)
This method creates a string representation out of a given map of payload items
with names as keys.
|