import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::ProxyPushSupplier:
Public Member Functions | |
void | connect_any_push_consumer (in CosEventComm::PushConsumer push_consumer) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect a consumer to the proxy. | |
void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
Definition at line 546 of file CosNotifyChannelAdmin.idl.
|
Connect a consumer to the proxy. The event channel will not push events to the consumer until this operation is invoked.
|
|
|
|
|