import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::StructuredProxyPullConsumer:
Public Methods | |
void | connect_structured_pull_supplier (in CosNotifyComm::StructuredPullSupplier pull_supplier) raises (CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError ) |
Connect a supplier to the proxy. More... | |
void | suspend_connection () raises (ConnectionAlreadyInactive, NotConnected) |
Suspend the connection, the event channel will stop pulling events. More... | |
void | resume_connection () raises (ConnectionAlreadyActive, NotConnected) |
Resume the connection, the event channel will start pulling events one more. More... |
|
Connect a supplier to the proxy. The event channel will not pull events from the supplier until this operation is invoked.
|
|
Resume the connection, the event channel will start pulling events one more.
|
|
Suspend the connection, the event channel will stop pulling events.
|