I need some help with a client/server application I am developing in Java which uses CORBA as the cross-communication paradigm.
Basically, I just need to know how I can ensure that the object referred to is in fact accessible from where the application is running. Ideally I would like to have a client or server which can list all the other running servers which are currently ready to begin communication. Naturally this will help cease attempting to invoke a method on a server which isn't running, which results in a CORBA exception.
I have searched high and low across the internet for a solution, to no avail. I would really appreciate any comments and replies to my query.
Cheers.
Basically, I just need to know how I can ensure that the object referred to is in fact accessible from where the application is running. Ideally I would like to have a client or server which can list all the other running servers which are currently ready to begin communication. Naturally this will help cease attempting to invoke a method on a server which isn't running, which results in a CORBA exception.
I have searched high and low across the internet for a solution, to no avail. I would really appreciate any comments and replies to my query.
Cheers.