This topic explains how to do the following for named objects:
· Register named objects
The built-in register_named_object( ) function uses the name service and endpoint map to name and advertise an object.
· Place object names in name service directly
The name service can be used to advertise objects for which an instance has not yet been created.
· Dynamically create instances of named or persistent objects
The server's runtime can automatically call a lookup function to create objects it supports but does not yet have an instance created.
More:
Placing an Object's Name Directly in the Name Service
Dynamically Creating Named or Persistent Objects
Storing and Retrieving Persistent Objects