public interface MessageHeader
Note: implementation of this interface must have consistent results with equivalent get/set Property method.
| Modifier and Type | Method and Description |
|---|---|
MatchingMap<String,Object> |
getProperties() |
Object |
getProperty(String key) |
void |
setProperties(MatchingMap<String,Object> properties)
Sets all the properties from the properties param.
|
void |
setProperty(String key,
Object value) |
void setProperty(String key, Object value)
key - the key to be placed into this property list.value - the value corresponding to key.getProperty(java.lang.String)Object getProperty(String key)
key - the property key.setProperty(java.lang.String, java.lang.Object)MatchingMap<String,Object> getProperties()
Map that contains all the properties.void setProperties(MatchingMap<String,Object> properties)
properties - - properties to set.Copyright © GigaSpaces.