VisiBroker for Java

org.omg.CosEventChannelAdmin
Interface ProxyPushSupplierOperations

All Superinterfaces:
PushSupplierOperations
All Known Subinterfaces:
ProxyPushSupplier

public interface ProxyPushSupplierOperations
extends PushSupplierOperations

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


Method Summary
 void connect_push_consumer(PushConsumer push_consumer)
          Connects a PushConsumer to an EventChannel.
 
Methods inherited from interface org.omg.CosEventComm.PushSupplierOperations
disconnect_push_supplier
 

Method Detail

connect_push_consumer

void connect_push_consumer(PushConsumer push_consumer)
                           throws AlreadyConnected,
                                  TypeError
Connects a PushConsumer to an EventChannel.

Parameters:
push_consumer - PushConsumer-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