Re: Omniorb event channel question
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Omniorb event channel question

From: Diez B. Roggisch <deets@nospam.web.de>
Date: Tue Jan 31 2006 - 16:39:55 CET

> channel = orb.getRootInterface(channelname)
> chadmin = channel.for_consumers()
> supplier = chadmin.obtain_push_supplier()
> listener = EventListener()
> supplier.connect_push_consumer(listener)

Not sure, but I guess you want a

listener._this()

here.

Diez
Received on Tue Feb 7 20:22:37 2006