import "CosNotifyChannelAdmin.idl";
Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosNotifyComm::StructuredPullConsumer.
Public Member Functions | |
| void | connect_structured_pull_supplier (in CosNotifyComm::StructuredPullSupplier pull_supplier) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
| Connect a structured 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::StructuredProxyPullConsumer::connect_structured_pull_supplier | ( | in CosNotifyComm::StructuredPullSupplier | pull_supplier | ) | raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect a structured 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::StructuredProxyPullConsumer::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::StructuredProxyPullConsumer::suspend_connection | ( | ) | raises (ConnectionAlreadyInactive, NotConnected) |
Causes this proxy to stop pulling events from its supplier.
ConnectionAlreadyInactive Proxy already stopped. NotConnected Proxy not connected.
![]()