org.omg.CosNotifyComm

Class _PullConsumerStub

public class _PullConsumerStub extends ObjectImpl implements PullConsumer

The PullConsumer interface supports the functionality required by notification service consumers that receive events as Anys using pull-style communication. This interface defines no new attributes or operations directly. Instead, it multiply inherits the PullConsumer interface defined in the CosEventComm module of the OMG Event Service, and the NotifyPublish interface described above. This enables pull-style consumers of Any events to also receive offer_change messages from the channel, allowing it to learn about changes to the types of events being offered to the channel by suppliers.
Method Summary
voiddisconnect_pull_consumer()
Operation disconnect_pull_consumer
voidoffer_change(EventType[] added, EventType[] removed)
Operation offer_change
String[]_ids()

Method Detail

disconnect_pull_consumer

public void disconnect_pull_consumer()
Operation disconnect_pull_consumer

offer_change

public void offer_change(EventType[] added, EventType[] removed)
Operation offer_change

_ids

public String[] _ids()