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