3.7.3.6.5 Description

The server application is responsible for invoking the create_object_reference() method. This method creates an object reference. The resulting object reference may be passed to clients who will use it to access the object.

Ordinarily, the server application calls this method in two places:

  • In Server::initialize() to create factories for the server.
  • In factory methods to create object references to be returned to clients.

For examples of how and when to call the create_object_reference() method, see Creating CORBA Server Applications.