![]() |
Ice 3.8
Slice API Reference
|
Provides remote access to the properties of a communicator. More...
defined in <Ice/PropertiesAdmin.ice>
interface PropertiesAdmin { ... }
Operations | |
PropertyDict | getPropertiesForPrefix (string prefix) |
Gets all properties whose keys begin with prefix . | |
string | getProperty (string key) |
Gets a property by key. | |
void | setProperties (PropertyDict newProperties) |
Updates the communicator's properties with the given property set. |
Provides remote access to the properties of a communicator.
Definition at line 17 of file PropertiesAdmin.ice.