import "RtecEventChannelAdmin.idl";
Inheritance diagram for RtecEventChannelAdmin::ProxyPushSupplier:
Public Methods | |
void | connect_push_consumer (in RtecEventComm::PushConsumer push_consumer, in ConsumerQOS qos) raises (AlreadyConnected, TypeError) |
Connect a consumer with the Event Channel. More... | |
void | suspend_connection () |
Temporarly suspend reception of events from the Event Channel. More... | |
void | resume_connection () |
Resume the reception of events. More... |
Each consumer converse with the Event Channel via a different object that implements the ProxyPushSupplier interface. This is a common idiom in CORBA, as it allows the identification of the remove consumer quickly.
|
Connect a consumer with the Event Channel. The ConsumerQOS argument is used to setup the filtering and QoS properties of the consumer.
|
|
Resume the reception of events.
|
|
Temporarly suspend reception of events from the Event Channel. Calling this method is more efficient than dropping the events when received by the consumer, and less expensive than disconnecting and connecting again (but it is not free!!) |