import "CosEventChannelAdmin.idl";
Public Member Functions | |
ConsumerAdmin | for_consumers () |
Obtain a ConsumerAdmin interface for this EventChannel. | |
SupplierAdmin | for_suppliers () |
Obtain a SupplierAdmin interface for this EventChannel. | |
void | destroy () |
Destroy the EventChannel. |
|
Destroy the EventChannel. Calling this operation destroys the EventChannel, its ConsumerAdmin and SupplierAdmin interfaces as well as the proxies obtained from those. Any consumers or suppliers still connected are notified of the destruction. In some cases, the process running the EventChannel is terminated too. |
|
Obtain a ConsumerAdmin interface for this EventChannel. Normally a single EventChannel provides a single ConsumerAdmin, but advanced ECs, for example, those based in the CosNotification service, can provide multiple ConsumerAdmin interfaces. |
|
Obtain a SupplierAdmin interface for this EventChannel. Normally a single EventChannel provides a single SupplierAdmin, but advanced ECs, for example, those based in the CosNotification service, can provide multiple SupplierAdmin interfaces. |