Version: 9.12.0
Loading PYHELLO component

The PYHELLO_ORB module has to be imported before making a request to load the component into the container, to obtain access to methods of the component. This container is made accessible in the runPYHELLO.py by means of the container variable:

>> import PYHELLO_ORB
>> c=container.load_impl("PYHELLO","PYHELLO")
>> c.makeBanner("Christian")

The last instruction returns a string "Hello Christian". Proceed as follows to see the CORBA objects created by these actions:

>> clt.showNS()

<< Previous
>> Next