VisiBroker for Java

org.omg.CosEventChannelAdmin
Interface ProxyPushConsumerOperations

All Superinterfaces:
PushConsumerOperations
All Known Subinterfaces:
ProxyPushConsumer

public interface ProxyPushConsumerOperations
extends PushConsumerOperations

This interface is used by a push supplier application and provides the connect_push_supplier method, used for connecting the supplier's PushSupplier-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_push_supplier(PushSupplier push_supplier)
          Connects a PushSupplier to an EventChannel.
 
Methods inherited from interface org.omg.CosEventComm.PushConsumerOperations
disconnect_push_consumer, push
 

Method Detail

connect_push_supplier

void connect_push_supplier(PushSupplier push_supplier)
                           throws AlreadyConnected
Connects a PushSupplier to an EventChannel.

Parameters:
push_supplier - PushSupplier-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