import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::SequenceProxyPushSupplier:
Public Member Functions | |
void | connect_sequence_push_consumer (in CosNotifyComm::SequencePushConsumer push_consumer) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect a consumer to the proxy. | |
void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
Definition at line 646 of file CosNotifyChannelAdmin.idl.
|
Connect a consumer to the proxy. The event channel will not push events to the consumer until this operation is invoked.
|
|
|
|
|