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

CosTypedEventChannelAdmin::TypedSupplierAdmin Interface Reference

Interface for a typed supplier administration object. More...

import "CosTypedEventChannelAdmin.idl";

Inherits CosEventChannelAdmin::SupplierAdmin.

Inherited by CosTypedNotifyChannelAdmin::TypedSupplierAdmin.

List of all members.

Public Methods

TypedProxyPushConsumer obtain_typed_push_consumer (in Key supported_interface) raises (InterfaceNotSupported)
 Obtain a typed push consumer proxy for this administration object. More...

CosEventChannelAdmin::ProxyPullConsumer obtain_typed_pull_consumer (in Key uses_interface) raises (NoSuchImplementation)
 Obtain a typed pull consumer proxy for this administration object. More...


Detailed Description

Interface for a typed supplier administration object.


Member Function Documentation

CosEventChannelAdmin::ProxyPullConsumer CosTypedEventChannelAdmin::TypedSupplierAdmin::obtain_typed_pull_consumer in Key    uses_interface raises (NoSuchImplementation)
 

Obtain a typed pull consumer proxy for this administration object.

m <code>supported_interface</code> - The interface that this
proxy is required to support.
Returns:
A ProxyPullConsumer object reference. @raises NoSuchImplementation If the interface could not be supported.

TypedProxyPushConsumer CosTypedEventChannelAdmin::TypedSupplierAdmin::obtain_typed_push_consumer in Key    supported_interface raises (InterfaceNotSupported)
 

Obtain a typed push consumer proxy for this administration object.

m <code>supported_interface</code> - The interface that this
proxy is required to support.
Returns:
A TypedProxyPushConsumer object reference. @raises InterfaceNotSupported If the interface could not be supported.