VisiBroker for Java

org.omg.CosEventChannelAdmin
Interface ProxyPullConsumerOperations

All Superinterfaces:
PullConsumerOperations
All Known Subinterfaces:
ProxyPullConsumer

public interface ProxyPullConsumerOperations
extends PullConsumerOperations

This interface is used by a pull supplier application. It provides the connect_pull_supplier method for connecting the supplier's PullSupplier-derived object to the EventChannel. An AlreadyConnected exception is raised if an attempt is made to connect the same proxy more than once.


Method Summary
 void connect_pull_supplier(PullSupplier pull_supplier)
          Connects a PullSupplier to an EventChannel.
 
Methods inherited from interface org.omg.CosEventComm.PullConsumerOperations
disconnect_pull_consumer
 

Method Detail

connect_pull_supplier

void connect_pull_supplier(PullSupplier pull_supplier)
                           throws AlreadyConnected,
                                  TypeError
Connects a PullSupplier to an EventChannel.

Parameters:
pull_supplier - The PullSupplier-derived object to be connected to the EventChannel.
Throws:
AlreadyConnected - is thrown if an attempt is made to connect to an already connected proxy.
TypeError

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online