import "CosNotifyChannelAdmin.idl";
Inherits CosNotifyChannelAdmin::ProxySupplier, and CosNotifyComm::PushSupplier.
Inherited by NotificationExtensions::TrProxyPushSupplier.
Public Methods | |
void | connect_any_push_consumer (in CosEventComm::PushConsumer push_consumer) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect an any type push consumer to this proxy. More... | |
void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
Causes this proxy to stop sending events to its consumer. More... | |
void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
Causes this proxy to start sending events to its consumer. More... |
|
Connect an any type push consumer to this proxy.
|
|
Causes this proxy to start sending events to its consumer. All queued events will be forwarded to the consumers. @raises ConnectionAlreadyActive Proxy already started. @raises NotConnected Proxy not connected. |
|
Causes this proxy to stop sending events to its consumer. Note that events will still be queued while the connection is suspended. @raises ConnectionAlreadyInactive Proxy already stopped. @raises NotConnected Proxy not connected. |