ContextList::add

Overview Adds a single property name to a context list.
Original class CORBA::ContextList
Exceptions CORBA::SystemException


Intended Usage

The add method is used by a client program to populate the ContextList associated with a DII request. The add method adds a single property name to a context list. The add and add_consume methods perform the same task but differ in memory management. The add method does not assume ownership of the input property name; the add_consume method does.

Syntax

  void add(const char *ctxt);

Input parameters

ctxt
The name of the property to be added. Property names follow the rules for OMG IDL identifiers and should not end with an asterisk. A system exception is raised if the input property name is null.

Return values

None


Related reference
CORBA module



Searchable topic ID:   rcor_modcl3
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_modcl3.html

Library | Support | Terms of Use | Feedback