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

CosTypedEventChannelAdmin::TypedEventChannel Interface Reference

Interface for a typed event channel. More...

import "CosTypedEventChannelAdmin.idl";

Inherited by CosTypedNotifyChannelAdmin::TypedEventChannel, and DsTypedEventLogAdmin::TypedEventLog.

List of all members.

Public Methods

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

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

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


Detailed Description

Interface for a typed event channel.


Member Function Documentation

void CosTypedEventChannelAdmin::TypedEventChannel::destroy  
 

Destroys this event channel and released any storage used.

TypedConsumerAdmin CosTypedEventChannelAdmin::TypedEventChannel::for_consumers  
 

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

Returns:
The TypedConsumerAdmin object reference.

TypedSupplierAdmin CosTypedEventChannelAdmin::TypedEventChannel::for_suppliers  
 

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

Returns:
The TypedSupplierAdmin object reference.