The StructuredProxyPullSupplier
interface supports
connections by consumers who wish to pull structured events from
the channel.
void connect_structured_pull_consumer(in CosNotifyComm::StructuredPullConsumer pull_consumer) raises(CosEventChannelAdmin::AlreadyConnected);
Connects a consumer to the channel. If a consumer is
already connected the AlreadyConnected
exception is raised.
pull_consumer
- A reference to the consumer object.
A nil reference is permitted.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)