public class UimaVmMessage extends ConcurrentHashMap<String,Object> implements UimaMessage
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UimaVmMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBooleanProperty(String aPropertyKey,
boolean value) |
void |
addIntProperty(String aPropertyKey,
int value) |
void |
addLongProperty(String aPropertyKey,
long value) |
void |
addObjectProperty(String aPropertyKey,
Object value) |
void |
addStringCargo(String aCargo) |
void |
addStringProperty(String aPropertyKey,
String value) |
boolean |
containsProperty(String propertyKey) |
boolean |
getBooleanProperty(String aPropertyKey) |
int |
getIntProperty(String propertyKey) |
long |
getLongProperty(String propertyKey) |
Object |
getObjectProperty(String aPropertyKey) |
String |
getStringCargo() |
String |
getStringProperty(String propertyKey) |
MessageContext |
toMessageContext(String anEndpointName) |
String |
toString() |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, valuesclonepublic void addIntProperty(String aPropertyKey, int value)
addIntProperty in interface UimaMessagepublic void addLongProperty(String aPropertyKey, long value)
addLongProperty in interface UimaMessagepublic void addStringProperty(String aPropertyKey, String value)
addStringProperty in interface UimaMessagepublic boolean containsProperty(String propertyKey)
containsProperty in interface UimaMessagepublic int getIntProperty(String propertyKey)
getIntProperty in interface UimaMessagepublic String getStringProperty(String propertyKey)
getStringProperty in interface UimaMessagepublic void addStringCargo(String aCargo)
addStringCargo in interface UimaMessagepublic String getStringCargo()
getStringCargo in interface UimaMessagepublic MessageContext toMessageContext(String anEndpointName) throws AsynchAEException
toMessageContext in interface UimaMessageAsynchAEExceptionpublic long getLongProperty(String propertyKey)
getLongProperty in interface UimaMessagepublic void addBooleanProperty(String aPropertyKey, boolean value)
addBooleanProperty in interface UimaMessagepublic boolean getBooleanProperty(String aPropertyKey)
getBooleanProperty in interface UimaMessagepublic String toString()
toString in class ConcurrentHashMap<String,Object>public void addObjectProperty(String aPropertyKey, Object value)
addObjectProperty in interface UimaMessagepublic Object getObjectProperty(String aPropertyKey)
getObjectProperty in interface UimaMessageCopyright © 2016. All rights reserved.