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

CosTypedNotifyChannelAdmin::TypedProxyPushSupplier Interface Reference

An interface for typed proxy push supplier. More...

import "CosTypedNotifyChannelAdmin.idl";

Inherits CosNotifyChannelAdmin::ProxySupplier, and CosNotifyComm::PushSupplier.

List of all members.

Public Methods

void connect_typed_push_consumer (in CosTypedEventComm::TypedPushConsumer push_consumer) raises ( CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError )
 Connect a typed push consumer to this proxy. More...

void suspend_connection () raises (CosNotifyChannelAdmin::ConnectionAlreadyInactive, CosNotifyChannelAdmin::NotConnected)
 Causes this proxy to stop sending events to its consumer. More...

void resume_connection () raises (CosNotifyChannelAdmin::ConnectionAlreadyActive, CosNotifyChannelAdmin::NotConnected)
 Causes this proxy to start sending events to its consumer. More...


Detailed Description

An interface for typed proxy push supplier.


Member Function Documentation

void CosTypedNotifyChannelAdmin::TypedProxyPushSupplier::connect_typed_push_consumer in CosTypedEventComm::TypedPushConsumer    push_consumer raises ( CosEventChannelAdmin::AlreadyConnected, CosEventChannelAdmin::TypeError )
 

Connect a typed push consumer to this proxy.

m <code>push_consumer</code> - The <code>TypedPushConsumer</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::TypedProxyPushSupplier::resume_connection   raises (CosNotifyChannelAdmin::ConnectionAlreadyActive, CosNotifyChannelAdmin::NotConnected)
 

Causes this proxy to start sending events to its consumer.

All queued events will be forwarded to the consumers. @raises ConnectionAlreadyActive Proxy already started. @raises NotConnected Proxy not connected.

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

Causes this proxy to stop sending events to its consumer.

Note that events will still be queued while the connection is suspended. @raises ConnectionAlreadyInactive Proxy already stopped. @raises NotConnected Proxy not connected.