If I create a proxy of an object in a process running on computer A using localhost as the host parameter passed to stringToProxy(getRemoteProxyString(...)) and pass that proxy as a parameter to a process on computer B, will that proxy be usable by processes on computer B? Or do I need to explicitly declare which interface I want to make the object available on? If so, what if I want to make the object available across multiple or all interfaces?
Thanks,
Nick

Reply With Quote
. For an example, see the demo/Ice/callback demo from your Ice distribution.