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

CosTypedEventComm::TypedPushConsumer Interface Reference

Interface for a typed push consumer. More...

import "CosTypedEventComm.idl";

Inherits CosEventComm::PushConsumer.

Inherited by CosTypedEventChannelAdmin::TypedProxyPushConsumer, and CosTypedNotifyComm::TypedPushConsumer.

List of all members.

Public Methods

Object get_typed_consumer ()
 Get an object that complies with a typed interface. More...


Detailed Description

Interface for a typed push consumer.


Member Function Documentation

Object CosTypedEventComm::TypedPushConsumer::get_typed_consumer  
 

Get an object that complies with a typed interface.

If this object is a proxy consumers, the interface is defined with the key parameter passed to the typed supplier administration object when this object was created.

Returns:
An object than can be narrow to the key interface.