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