import "CosEventChannelAdmin.idl";
Inherits CosEventComm::PushSupplier.
Public Member Functions | |
| void | connect_push_consumer (in CosEventComm::PushConsumer push_consumer) raises (AlreadyConnected, TypeError) |
| Connect a push consumer to this proxy. | |
| void CosEventChannelAdmin::ProxyPushSupplier::connect_push_consumer | ( | in CosEventComm::PushConsumer | push_consumer | ) | raises (AlreadyConnected, TypeError) |
Connect a push consumer to this proxy.
push_consumer - The PushConsumer object reference. AlreadyConnected If this consumer is already connected. TypeError Illegal consumer type.
![]()