![]() |
| e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > CORBA API |
|
Administering a Tuxedo Application at Run Time
|
Synopsis
Retrieves the values for a given attribute in the Context object within the specified scope.
C++ Binding
void CORBA::Context::get_values (
const char * StartScope,
CORBA::Flags OpFlags,
const char * AttrName,
CORBA::NVList_out AttrValues);
Arguments
Exceptions
CORBA::BAD_PARAM if attribute is an empty string.
CORBA::BAD_CONTEXT if no matching attributes were found.
CORBA::NO_MEMORY if dynamic memory allocation failed.
Description
This member function retrieves the values for a specified attribute in the Context object. These values are returned as an NVList object, which must be freed when no longer needed using the CORBA::release member function.
Return Values
None.
See Also
CORBA::Context::create_child
CORBA::ORB::get_default_context
|
|
|