posted 22 years ago
Hi,
Can any body explain what happens in the following scenario:
A remote object say 'X' is bound to rmi registry with name 'xyz' on a host with DNS/IP 'abc/12.23.432.01'.
A client looks up for the object 'X' on the host rmi registry and obtains a reference to 'X'.
before the client can invoke methods on the obtained reference of object 'X' , it(object 'X') is unbound from rmi registry on the host.
my question is :
can the client invoke methods on the reference to 'X' , even after it is unbound from rmi registry on the host since the client already has a remote reference to 'X'?.
what happens to a remote reference when a object is unbound from rmi registry?.
is my question clear?.
any feedback is appreciated.
Thanks
Sravana .