The SequenceProxyPushConsumer
interface supports
connections by suppliers who wish to supply sequences of
structured events to the channel.
void connect_sequence_push_supplier(in CosNotifyComm::SequencePushSupplier push_supplier) raises(CosEventChannelAdmin::AlreadyConnected);
Connects a supplier to the channel. If a supplier is
already connected the AlreadyConnected
exception is raised.
push_supplier
- A reference to the supplier object.
A nil reference is permitted.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)