CosEventChannelAdmin::EventChannel Interface Reference

Interface for the event channel. More...

import "CosEventChannelAdmin.idl";

Inherited by CosNotifyChannelAdmin::EventChannel, and DsEventLogAdmin::EventLog.

List of all members.

Public Member Functions

ConsumerAdmin for_consumers ()
 Gets an object reference to the administration object for event consumers.
SupplierAdmin for_suppliers ()
 Gets an object reference to the administration object for event suppliers.
void destroy ()
 Destroys this event channel and released any storage used.


Detailed Description

Interface for the event channel.


Member Function Documentation

void CosEventChannelAdmin::EventChannel::destroy (  ) 

Destroys this event channel and released any storage used.

ConsumerAdmin CosEventChannelAdmin::EventChannel::for_consumers (  ) 

Gets an object reference to the administration object for event consumers.

Returns:
The ConsumerAdmin object reference.

SupplierAdmin CosEventChannelAdmin::EventChannel::for_suppliers (  ) 

Gets an object reference to the administration object for event suppliers.

Returns:
The SupplierAdmin object reference.