Context::delete_values

Overview Deletes one or more properties.
Original class CORBA::Context
Exceptions CORBA::SystemException


Intended Usage

The delete_values method deletes the specified properties from a Context object. If the property name has a trailing wildcard character ("*"), then all property names that match are deleted. Search scope is always limited to the specified context.

Syntax

  CORBA::Status delete_values(const char *prop_name);

Input parameters

prop_name
An identifier specifying the properties to be deleted. To specify multiple properties, pass an identifier with a trailing wildcard character. If a null pointer is passed for this parameter, a system exception is raised.

Return values

CORBA::Status
A zero return code indicates the properties were successfully deleted. If the input property name is not found, a system exception is raised.

Related reference
CORBA module



Searchable topic ID:   rcor_modcx5
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modcx5.html

Library | Support | Terms of Use | Feedback