import "CosNotifyChannelAdmin.idl";
Inherits CosNotifyChannelAdmin::ProxySupplier, and CosNotifyComm::PushSupplier.
Public Member Functions | |
| void | connect_any_push_consumer (in CosEventComm::PushConsumer push_consumer) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
| Connect an any type push consumer to this proxy. | |
| void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
| Causes this proxy to stop sending events to its consumer. | |
| void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
| Causes this proxy to start sending events to its consumer. | |
| void CosNotifyChannelAdmin::ProxyPushSupplier::connect_any_push_consumer | ( | in CosEventComm::PushConsumer | push_consumer | ) | raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect an any type push consumer to this proxy.
push_consumer - The PushConsumer object reference. AlreadyConnected If this consumer is already connected. TypeError Illegal consumer type.
| void CosNotifyChannelAdmin::ProxyPushSupplier::resume_connection | ( | ) | raises (ConnectionAlreadyActive, NotConnected) |
Causes this proxy to start sending events to its consumer.
All queued events will be forwarded to the consumers. ConnectionAlreadyActive Proxy already started. NotConnected Proxy not connected.
| void CosNotifyChannelAdmin::ProxyPushSupplier::suspend_connection | ( | ) | raises (ConnectionAlreadyInactive, NotConnected) |
Causes this proxy to stop sending events to its consumer.
Note that events will still be queued while the connection is suspended. ConnectionAlreadyInactive Proxy already stopped. NotConnected Proxy not connected.
![]()