org.omg.CosNotifyComm

Class _PushSupplierStub

public class _PushSupplierStub extends ObjectImpl implements PushSupplier

The PushSupplier interface supports the functionality required by notification service suppliers that transmit events as Anys using push-style communication. This interface defines no new attributes or operations directly. Instead, it multiply inherits the PushSupplier interface defined in the CosEventComm module of the OMG Event Service, and the NotifySubscribe interface described above. This enables push-style suppliers of Any events to also receive subscription_change messages from the channel, allowing it to learn about changes to the types of events being subscribed to by consumers connected to the channel.
Method Summary
voiddisconnect_push_supplier()
Operation disconnect_push_supplier
voidsubscription_change(EventType[] added, EventType[] removed)
Operation subscription_change
String[]_ids()

Method Detail

disconnect_push_supplier

public void disconnect_push_supplier()
Operation disconnect_push_supplier

subscription_change

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

_ids

public String[] _ids()