Re: Why does RMIRegistry needs Stub class?
Posted By:
Robert_Lybarger
Posted On:
Wednesday, November 28, 2007 08:54 AM
If the rmiregistry were not holding onto a pointer (reference) to a live, working object in memory then how would it know which object should have method calls invoked on them? And if the client didn't get some sort of a remote-reference to the same object from the rmiregistry, then upon what would it make method calls in the first place?