org.omg.CosNotifyComm

Class _NotifyPublishStub

public class _NotifyPublishStub extends ObjectImpl implements NotifyPublish

The NotifyPublish interface supports an operation which allows a supplier of Notifications to announce, or publish, the names of the types of events it will be supplying, It is intended to be an abstract interface which is inherited by all Notification Service consumer interfaces, and enables suppliers to inform consumers supporting this interface of the types of events they intend to supply.
Method Summary
voidoffer_change(EventType[] added, EventType[] removed)
Operation offer_change
String[]_ids()

Method Detail

offer_change

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

_ids

public String[] _ids()