Link to home
Start Free TrialLog in
Avatar of fenil
fenil

asked on

How can i kill the RMI Client.

If i have a client object reference, how do i disconnect or kill client using RMI. Is there any methods available???
Avatar of doronb
doronb

Hi,


I think that your client object must expose some method to clean up all its resources and then call System.exit(..); to shutdown the JVM its running on, that's assuming that your client object should have that kind of authority.


Doron
Avatar of fenil

ASKER

I do not want the client to exit completely. I only want the connection between client and server to get disconnected.
ASKER CERTIFIED SOLUTION
Avatar of doronb
doronb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

- Points for doronb

Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
Venabili
EE Cleanup Volunteer