Copyright (c) Qusay H. Mahmoud
36
Step 4: Implement the server….
l
Get the root NamingConext:
l
l
org.omg.CORBA.Object objRef =
org.resolve_initial_references(“NameService”);
l
NamingContext ncRef =
NamingContectHelper.narrow(objRef);
l
l