11.2.3.6 Description
This operation performs the following actions:
- Activates an object using the
Servant
supplied to service objects of the typerep_id
, using anObjectId
generated by the system. - Sets the ORB and the POA into the state in which they will accept requests on that object.
- Sets the output parameter
stroid
to the stringified version of anObjectId
assigned by the system. - Returns an object reference to the activated object. The
returned object reference will be valid even after termination of
the client. That is, if the client terminates, restarts again, and
then activates a servant with the same
rep_id
and for the sameObjectId
, the servant will accept requests made on that same object reference. Since theObjectId
was generated by the system, the application has to save thatObjectId
.
Parent topic: start_persistent_systemid