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

CosTypedNotifyChannelAdmin::TypedProxyPullConsumer Interface Reference

An interface for typed proxy pull consumer. More...

import "CosTypedNotifyChannelAdmin.idl";

Inherits CosNotifyChannelAdmin::ProxyConsumer, and CosNotifyComm::PullConsumer.

List of all members.

Public Methods

void connect_typed_pull_supplier (in CosTypedEventComm::TypedPullSupplier pull_supplier) raises ( CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError )
 Connect a typed pull supplier to this proxy. More...

void suspend_connection () raises (CosNotifyChannelAdmin::ConnectionAlreadyInactive, CosNotifyChannelAdmin::NotConnected)
 Causes this proxy to stop pulling events from its supplier. More...

void resume_connection () raises (CosNotifyChannelAdmin::ConnectionAlreadyActive, CosNotifyChannelAdmin::NotConnected)
 Causes this proxy to start pulling events from its supplier. More...


Detailed Description

An interface for typed proxy pull consumer.


Member Function Documentation

void CosTypedNotifyChannelAdmin::TypedProxyPullConsumer::connect_typed_pull_supplier in CosTypedEventComm::TypedPullSupplier    pull_supplier raises ( CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError )
 

Connect a typed pull supplier to this proxy.

m <code>pull_supplier</code> - The <code>TypedPullSupplier</code>
object reference. @raises AlreadyConnected If this proxy is already connected. @raises TypeError If this typed consumer does not comply with the key interface.

void CosTypedNotifyChannelAdmin::TypedProxyPullConsumer::resume_connection   raises (CosNotifyChannelAdmin::ConnectionAlreadyActive, CosNotifyChannelAdmin::NotConnected)
 

Causes this proxy to start pulling events from its supplier.

@raises ConnectionAlreadyActive Proxy already started. @raises NotConnected Proxy not connected.

void CosTypedNotifyChannelAdmin::TypedProxyPullConsumer::suspend_connection   raises (CosNotifyChannelAdmin::ConnectionAlreadyInactive, CosNotifyChannelAdmin::NotConnected)
 

Causes this proxy to stop pulling events from its supplier.

@raises ConnectionAlreadyInactive Proxy already stopped. @raises NotConnected Proxy not connected.