import "CosNotifyChannelAdmin.idl";
Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosNotifyComm::PullConsumer.
Public Member Functions | |
| void | connect_any_pull_supplier (in CosEventComm::PullSupplier pull_supplier) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
| Connect an any type pull supplier to this proxy. | |
| void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
| Causes this proxy to stop pulling events from its supplier. | |
| void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
| Causes this proxy to start pulling events from its supplier. | |
| void CosNotifyChannelAdmin::ProxyPullConsumer::connect_any_pull_supplier | ( | in CosEventComm::PullSupplier | pull_supplier | ) | raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect an any type pull supplier to this proxy.
pull_supplier - The PullSupplier object reference. AlreadyConnected If this supplier is already connected. TypeError Illegal supplier type.
| void CosNotifyChannelAdmin::ProxyPullConsumer::resume_connection | ( | ) | raises (ConnectionAlreadyActive, NotConnected) |
Causes this proxy to start pulling events from its supplier.
ConnectionAlreadyActive Proxy already started. NotConnected Proxy not connected.
| void CosNotifyChannelAdmin::ProxyPullConsumer::suspend_connection | ( | ) | raises (ConnectionAlreadyInactive, NotConnected) |
Causes this proxy to stop pulling events from its supplier.
ConnectionAlreadyInactive Proxy already stopped. NotConnected Proxy not connected.
![]()