method access on client side
Hi,
I am new to rmi stuff. I have a basic design and implementation question...
My rmi server interface has two methods, say method1 and method2.
On client (GUI) side, i have four classes. One class has a main method where i am doing lookup for rmiserver and establishing connection. I am also accessing method1 here. What is the best way to access method2 in other 3 classes?
Thanks in advance for responses!!!

