Assembly object calls the ServerActivator object on the target host to create a component server (create_component_server()). Each host has only one ServerActivator object. |
Create_component_server() returns a reference to ComponentServer containing nothing yet. |
Assembly object calls create_container() with a container identifier or attributes on the ComponentServer to create a proper container for the component. |
Create_container() call returns a Container object. |
Container interface is used to install the home interface into the container. Assembly object invokes install_home() with a component id parameter on the Container interface to obtain a reference to the component's home interface. |