org.omg.CosNotifyComm
Class _NotifyPublishStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CosNotifyComm._NotifyPublishStub
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, NotifyPublish, NotifyPublishOperations, org.omg.CORBA.Object, java.io.Serializable

public class _NotifyPublishStub
extends org.omg.CORBA.portable.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.

See Also:
Serialized Form

Constructor Summary
_NotifyPublishStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void offer_change(EventType[] added, EventType[] removed)
          Operation offer_change
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_NotifyPublishStub

public _NotifyPublishStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl

offer_change

public void offer_change(EventType[] added,
                         EventType[] removed)
                  throws InvalidEventType
Operation offer_change
Specified by:
offer_change in interface NotifyPublishOperations