org.omg.CosEventChannelAdmin
Interface ProxyPullConsumerOperations
- All Superinterfaces:
- PullConsumerOperations
- All Known Subinterfaces:
- ProxyPullConsumer
public interface ProxyPullConsumerOperations
- extends PullConsumerOperations
This interface is used by a pull supplier application. It provides the connect_pull_supplier
method for connecting the supplier's PullSupplier-derived object to the EventChannel
. An
AlreadyConnected
exception is raised if an attempt is made to connect the same proxy
more than once.
connect_pull_supplier
void connect_pull_supplier(PullSupplier pull_supplier)
throws AlreadyConnected,
TypeError
- Connects a PullSupplier to an
EventChannel
.
- Parameters:
pull_supplier
- The PullSupplier-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