Context::parent

Overview Retrieves the parent context.
Original class CORBA::Context


Intended Usage

Context objects may be "chained" together to achieve a particular defaulting behavior. Property searches on a child ontext recursively look in the parent context. The parent method retrieves the parent of the target Context object.

Syntax

  CORBA::Context_ptr parent() const;

Input parameters

None

Return values

Context_ptr
A pointer to the parent context, if any, or a null pointer. Ownership of the return value is maintained by the Context; the return value must not be freed by the caller.

Related reference
CORBA module



Searchable topic ID:   rcor_modcx7
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_modcx7.html

Library | Support | Terms of Use | Feedback