Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

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 Methods

ConsumerAdmin for_consumers ()
 Gets an object reference to the administration object for event consumers. More...

SupplierAdmin for_suppliers ()
 Gets an object reference to the administration object for event suppliers. More...

void destroy ()
 Destroys this event channel and released any storage used. More...


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.