Overview | Retrieves one or more property values. |
Original class | CORBA::Context |
Exceptions | CORBA::SystemException |
Intended Usage
The get_values method retrieves the specified context property values. If the property name has a trailing wildcard character ("*"), then all matching properties and their values are returned. If a matching property is not found at the starting scope, the search optionally continues up the context tree until a match is found or all contexts in the chain have been exhausted.
Syntax
CORBA::Status get_value(const char *start_scope, CORBA::Flags op_flags, const char *prop_name, CORBA::NVList_ptr &values);
Input parameters
Return values