TAO_CosEvent  2.0.8
Public Member Functions
CosEventChannelAdmin::ProxyPullSupplier Interface Reference

Interface used by pull-style consumers. More...

import "CosEventChannelAdmin.idl";

Inheritance diagram for CosEventChannelAdmin::ProxyPullSupplier:
Inheritance graph
[legend]
Collaboration diagram for CosEventChannelAdmin::ProxyPullSupplier:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void connect_pull_consumer (in CosEventComm::PullConsumer pull_consumer) raises (AlreadyConnected)
 Connect a pull consumer to the Event Service.

Detailed Description

Interface used by pull-style consumers.

Pull-style suppliers use this interface to connect and disconnect from the Event Service.

The disconnect_pull_supplier() operation, derived from CosEventComm::PullSupplier, is used by the application to disconnect from the Event Service. The application can use the pull() and try_pull() operations to pull data from the Event Service.


Member Function Documentation

void CosEventChannelAdmin::ProxyPullSupplier::connect_pull_consumer ( in CosEventComm::PullConsumer  pull_consumer) raises (AlreadyConnected)

Connect a pull consumer to the Event Service.

Applications cannot pull events before this operation is invoked.

Parameters:
pull_consumerCallback interface used to inform the the application when the Event Service is destroyed. The argument can be nil.
Exceptions:
AlreadyConnectedif the operation is called a second time.

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines