how to invoke java method sitting on another JVM
I have 2 java methods A and B. The method A sits on unix box/JVM - A and method B sits on unix box/JVM - B. How do i invoke method B from method A. Pls provide me a good picture about how the architecture should be..!

