org.omg.CosNotifyComm
Class NotifyPublishPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosNotifyComm.NotifyPublishPOA
          extended by org.omg.CosNotifyComm.NotifyPublishPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, NotifyPublishOperations

public class NotifyPublishPOATie
extends NotifyPublishPOA

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.


Constructor Summary
NotifyPublishPOATie(NotifyPublishOperations tieObject)
          Constructor
NotifyPublishPOATie(NotifyPublishOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 NotifyPublishOperations _delegate()
          Get the delegate
 void _delegate(NotifyPublishOperations delegate_)
          Set the delegate
 void offer_change(EventType[] added, EventType[] removed)
          Operation offer_change
 
Methods inherited from class org.omg.CosNotifyComm.NotifyPublishPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyPublishPOATie

public NotifyPublishPOATie(NotifyPublishOperations tieObject)
Constructor


NotifyPublishPOATie

public NotifyPublishPOATie(NotifyPublishOperations tieObject,
                           org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public NotifyPublishOperations _delegate()
Get the delegate


_delegate

public void _delegate(NotifyPublishOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

offer_change

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

Throws:
InvalidEventType