J
Johs32
I have a remote object "Server" that sends the text "hi there" every 5
seconds. If I unbind it it keeps going on with the text.
Only if I make it return myself after a lookup in the rmiregistry (which
throws an exception if its not there) I can terminate it.
How does remote objects normally crash - do they throw some exception?
Seems wierd that they keep executing eventhough I have them unbinded, and
first stop if I explicitly make a lookup check.
I run the code on my own computer where I have started rmiregistry in winXP.
seconds. If I unbind it it keeps going on with the text.
Only if I make it return myself after a lookup in the rmiregistry (which
throws an exception if its not there) I can terminate it.
How does remote objects normally crash - do they throw some exception?
Seems wierd that they keep executing eventhough I have them unbinded, and
first stop if I explicitly make a lookup check.
I run the code on my own computer where I have started rmiregistry in winXP.