#include <CosNotifyChannelAdmin.idl>
Inheritance diagram for CosNotifyChannelAdmin::SequenceProxyPushSupplier
Public Methods | |
void | connect_sequence_push_consumer ( in CosNotifyComm::SequencePushConsumer push_consumer) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect a consumer to the proxy. More... | |
void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
Suspend the connection, the event channel will stop pushing events to the consumer. More... | |
void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
Resume the connection, the event channel will start pushing events to the consumer once more. More... |
|
Connect a consumer to the proxy. The event channel will not push events to the consumer until this operation is invoked.
|
|
Resume the connection, the event channel will start pushing events to the consumer once more.
|
|
Suspend the connection, the event channel will stop pushing events to the consumer.
|