import "CosNotifyChannelAdmin.idl";
Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosNotifyComm::PullConsumer.
Inherited by NotificationExtensions::TrProxyPullConsumer.
Public Methods | |
void | connect_any_pull_supplier (in CosEventComm::PullSupplier pull_supplier) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect an any type pull supplier to this proxy. More... | |
void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
Causes this proxy to stop pulling events from its supplier. More... | |
void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
Causes this proxy to start pulling events from its supplier. More... |
|
Connect an any type pull supplier to this proxy.
|
|
Causes this proxy to start pulling events from its supplier. @raises ConnectionAlreadyActive Proxy already started. @raises NotConnected Proxy not connected. |
|
Causes this proxy to stop pulling events from its supplier. @raises ConnectionAlreadyInactive Proxy already stopped. @raises NotConnected Proxy not connected. |