The PropertiesAdmin interface provides remote access to the properties of a communicator.
getProperty — Get a property by key.
getPropertiesForPrefix — Get all properties whose keys begins with prefix.
Get a property by key. If the property is not set, an empty string is returned.
key — The property key.
The property value.
Get all properties whose keys begins with prefix. If prefix is an empty string, then all properties are returned.
prefix — The prefix to search for (empty string if none).
The matching property set.