1 | Creates an ORB instance |
2 | Creates a servant instance (the implementation of one CORBA Hello object) and tells the ORB about it |
3 | Gets a CORBA object reference for a naming context in which to register the new CORBA object |
4 | Registers the new object in the naming context under the name "Hello" |
5 | Waits for invocations of the new object |