import "CosTypedNotifyChannelAdmin.idl";
Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosNotifyComm::PullConsumer.
Public Methods | |
void | connect_typed_pull_supplier (in CosTypedEventComm::TypedPullSupplier pull_supplier) raises ( CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect a typed pull supplier to this proxy. More... | |
void | suspend_connection () raises (CosNotifyChannelAdmin::ConnectionAlreadyInactive, CosNotifyChannelAdmin::NotConnected) |
Causes this proxy to stop pulling events from its supplier. More... | |
void | resume_connection () raises (CosNotifyChannelAdmin::ConnectionAlreadyActive, CosNotifyChannelAdmin::NotConnected) |
Causes this proxy to start pulling events from its supplier. More... |
|
Connect a typed 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. |