Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::Context::delete_values

Synopsis

Deletes the values for a specified attribute in the Context object.

C++ Binding

void CORBA::Context::delete_values (
const char * AttrName);

Argument

AttrName

The name of the attribute whose values are to be deleted. If this argument has a trailing wildcard character (*), all names that match the string preceding the wildcard character are deleted.

Exceptions

CORBA::BAD_PARAM if attribute is an empty string.
CORBA::BAD_CONTEXT if no matching attributes to be deleted were found.

Description

This member function deletes named values for an attribute in the Context object. Note that it does not recursively do the same to its parents, if any.

Return Values

None.

See Also

CORBA::Context::create_child
CORBA::ORB::get_default_context

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy