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

CosTypedEventChannelAdmin::TypedConsumerAdmin Interface Reference

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

import "CosTypedEventChannelAdmin.idl";

Inherits CosEventChannelAdmin::ConsumerAdmin.

Inherited by CosTypedNotifyChannelAdmin::TypedConsumerAdmin.

List of all members.

Public Methods

TypedProxyPullSupplier obtain_typed_pull_supplier (in Key supported_interface) raises (InterfaceNotSupported)
 Obtain a typed pull supplier proxy for this administration object. More...

CosEventChannelAdmin::ProxyPushSupplier obtain_typed_push_supplier (in Key uses_interface) raises (NoSuchImplementation)
 Obtain a typed push supplier proxy for this administration object. More...


Detailed Description

Interface for a typed consumer administration object.


Member Function Documentation

TypedProxyPullSupplier CosTypedEventChannelAdmin::TypedConsumerAdmin::obtain_typed_pull_supplier in Key    supported_interface raises (InterfaceNotSupported)
 

Obtain a typed pull supplier proxy for this administration object.

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

CosEventChannelAdmin::ProxyPushSupplier CosTypedEventChannelAdmin::TypedConsumerAdmin::obtain_typed_push_supplier in Key    uses_interface raises (NoSuchImplementation)
 

Obtain a typed push supplier proxy for this administration object.

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