VisiBroker for Java

org.omg.CosEventChannelAdmin
Interface ProxyPullSupplierOperations

All Superinterfaces:
PullSupplierOperations
All Known Subinterfaces:
ProxyPullSupplier

public interface ProxyPullSupplierOperations
extends PullSupplierOperations

This interface is used by a pull consumer application and provides the connect_pull_consumer method, used for connecting the consumer's PullConsumer-derived object to the EventChannel. An AlreadyConnected exception will be raised if an attempt is made to connect the same PullConsumer more than once.


Method Summary
 void connect_pull_consumer(PullConsumer pull_consumer)
          Connects a PullConsumer to an EventChannel.
 
Methods inherited from interface org.omg.CosEventComm.PullSupplierOperations
disconnect_pull_supplier, pull, try_pull
 

Method Detail

connect_pull_consumer

void connect_pull_consumer(PullConsumer pull_consumer)
                           throws AlreadyConnected
Connects a PullConsumer to an EventChannel.

Parameters:
pull_consumer - PullConsumer-derived object to be connected to the EventChannel.
Throws:
AlreadyConnected - is thrown if an attempt is made to connect to an already connected proxy.

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