14.13.6.5 Description
This create_reference
operation creates an object
reference that encapsulates a POA-generated ObjectId
value and the specified interface repository ID. This operation
collects the necessary information to constitute the reference from
information associated with the POA and from parameters to the
operation. This operation only creates a reference; it does not
associate the reference with an active servant. The resulting
reference may be passed to clients, so that subsequent requests on
those references return to the POA using the ObjectId
generated. The generated ObjectId
value may be
obtained by invoking POA::reference_to_id
with the
created reference.
Note: This function is supported only for a joint client/server.
Parent topic: PortableServer::POA::create_reference