org.omg.CosNotifyComm
Class NotifySubscribePOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosNotifyComm.NotifySubscribePOA
          extended by org.omg.CosNotifyComm.NotifySubscribePOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, NotifySubscribeOperations

public class NotifySubscribePOATie
extends NotifySubscribePOA

The NotifySubscribe interface supports an operation which allows a consumer of notifications to inform suppliers of notifications of the types of notifications it wishes to receive. It is intended to be an abstract interface which is inherited by all Notification Service supplier interfaces. In essence, its main purpose is to enable notification consumers to inform suppliers of the types of notifications that are of interest to them, ultimately enabling the suppliers to avoid supplying notifications that are not of interest to any consumer.


Constructor Summary
NotifySubscribePOATie(NotifySubscribeOperations tieObject)
          Constructor
NotifySubscribePOATie(NotifySubscribeOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 NotifySubscribeOperations _delegate()
          Get the delegate
 void _delegate(NotifySubscribeOperations delegate_)
          Set the delegate
 void subscription_change(EventType[] added, EventType[] removed)
          Operation subscription_change
 
Methods inherited from class org.omg.CosNotifyComm.NotifySubscribePOA
_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

NotifySubscribePOATie

public NotifySubscribePOATie(NotifySubscribeOperations tieObject)
Constructor


NotifySubscribePOATie

public NotifySubscribePOATie(NotifySubscribeOperations tieObject,
                             org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public NotifySubscribeOperations _delegate()
Get the delegate


_delegate

public void _delegate(NotifySubscribeOperations 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

subscription_change

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

Throws:
InvalidEventType