Class UimaVmMessage
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
org.apache.uima.aae.spi.transport.vm.UimaVmMessage
- All Implemented Interfaces:
Serializable,ConcurrentMap<String,,Object> Map<String,,Object> UimaMessage
Wrapper for the Uima message. This wrapper is used for internal messaging between collocated Uima
AS service.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K extends Object,V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBooleanProperty(String aPropertyKey, boolean value) voidaddIntProperty(String aPropertyKey, int value) voidaddLongProperty(String aPropertyKey, long value) voidaddObjectProperty(String aPropertyKey, Object value) voidaddStringCargo(String aCargo) voidaddStringProperty(String aPropertyKey, String value) booleancontainsProperty(String propertyKey) booleangetBooleanProperty(String aPropertyKey) intgetIntProperty(String propertyKey) longgetLongProperty(String propertyKey) getObjectProperty(String aPropertyKey) getStringProperty(String propertyKey) toMessageContext(String anEndpointName) toString()Methods inherited from class java.util.concurrent.ConcurrentHashMap
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, valuesMethods inherited from class java.util.AbstractMap
clone
-
Constructor Details
-
UimaVmMessage
public UimaVmMessage()
-
-
Method Details
-
addIntProperty
- Specified by:
addIntPropertyin interfaceUimaMessage
-
addLongProperty
- Specified by:
addLongPropertyin interfaceUimaMessage
-
addStringProperty
- Specified by:
addStringPropertyin interfaceUimaMessage
-
containsProperty
- Specified by:
containsPropertyin interfaceUimaMessage
-
getIntProperty
- Specified by:
getIntPropertyin interfaceUimaMessage
-
getStringProperty
- Specified by:
getStringPropertyin interfaceUimaMessage
-
addStringCargo
- Specified by:
addStringCargoin interfaceUimaMessage
-
getStringCargo
- Specified by:
getStringCargoin interfaceUimaMessage
-
toMessageContext
- Specified by:
toMessageContextin interfaceUimaMessage- Throws:
AsynchAEException
-
getLongProperty
- Specified by:
getLongPropertyin interfaceUimaMessage
-
addBooleanProperty
- Specified by:
addBooleanPropertyin interfaceUimaMessage
-
getBooleanProperty
- Specified by:
getBooleanPropertyin interfaceUimaMessage
-
toString
- Overrides:
toStringin classConcurrentHashMap<String,Object>
-
addObjectProperty
- Specified by:
addObjectPropertyin interfaceUimaMessage
-
getObjectProperty
- Specified by:
getObjectPropertyin interfaceUimaMessage
-