Re: Activation of remote objects

"Nickolay V. Shmyrev" <[email protected]> Mon, 06 Mar 2006 22:08:34 +0300
Newsgroups gmane.comp.gnome.components
Message-ID <[email protected]>
=D0=92 =D0=A1=D0=B1=D1=82, 04/03/2006 =D0=B2 11:49 +0530, aparna.nand@wip=
ro.com =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> Does bonobo support using of remote objects. I have the IOR of the
> object on the remote machine and machines IP address. Bonobo is also
> activated on the remote object. I want to query the remote object .
> How do I tell bonobo to query the remote object instead of the local
> object (I dont see a provision to specify OAFAID in configuration)?
> Any help on this will be appreciated.


Sorry, probably I've misunderstood your question, but what prevents you
to get CORBA_Object from IOR with ORBA_ORB_string_to_object function as
in this example=20

http://icps.u-strasbg.fr/~genaud/ORBIT/x259.html

and then operate with it as with usual object? Bonobo doesn't matter
here since Bonobo object is just a CORBA_Object that implements some
interfaces, for example, interface for ref counting.