ContextList::_duplicate

Overview Duplicates a ContextList object.
Original class CORBA::ContextList


Intended Usage

This method is intended to be used by client and server applications to duplicate a reference to a ContextList object. Both the original and the duplicate reference should subsequently be released using CORBA::release(ContextList_ptr).

Syntax

  static CORBA::ContextList_ptr _duplicate (CORBA::ContextList_ptr p);

Input parameters

p
The ContextList object to be duplicated. The reference can be nil, in which case the return value will also be nil.

Return values

CORBA::ContextList_ptr
The new ContextList object reference. This value should subsequently be released using CORBA::release(ContextList_ptr).

Related reference
CORBA module



Searchable topic ID:   rcor_modcl1
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_modcl1.html

Library | Support | Terms of Use | Feedback