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.
 
 
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
 
 
                 Read the latest documentation online