Copyright (c) Qusay H. Mahmoud
43
Step 5: implement the client….
l
Resolve the object reference in naming:
l
l
NameComponent nc = new
NameComponent("Hello", " ");
l
NameComponent path[] = {nc};
l
Hello helloRef =
HelloHelper.narrow(ncRef.resolve
(path));
l