CosEventChannelAdmin::EventChannel Interface Reference

Main interface for the Event Service. More...

import "CosEventChannelAdmin.idl";

List of all members.

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.

Detailed Description

Main interface for the Event Service.


Member Function Documentation

void CosEventChannelAdmin::EventChannel::destroy (  ) 

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.

ConsumerAdmin CosEventChannelAdmin::EventChannel::for_consumers (  ) 

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.

SupplierAdmin CosEventChannelAdmin::EventChannel::for_suppliers (  ) 

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.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated by  doxygen 1.6.2