Omniorb event channel question

Diez B. Roggisch deets at nospam.web.de
Tue Jan 31 10:39:55 EST 2006


> 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



More information about the Python-list mailing list