11.2.3.6 Description
This operation performs the following actions:
- Activates an object using the
Servantsupplied to service objects of the typerep_id, using anObjectIdgenerated 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
stroidto the stringified version of anObjectIdassigned 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_idand for the sameObjectId, the servant will accept requests made on that same object reference. Since theObjectIdwas generated by the system, the application has to save thatObjectId.
Parent topic: start_persistent_systemid