I am want to have controlled if my rmiport is available and I can have my connection or if it is busy, not available or wathever. I know if it cannot connect it is shown an exception message, but I would like to have it under control, so if it cannot connect I want to show a message like "Connection Failed" and stop the process. (I am working with Eclipse) is it possible?
Thanks in advance!