org.omg.CosNotifyComm
Class NotifySubscribePOATie
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.omg.CosNotifyComm.NotifySubscribePOA
|
+--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.
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifySubscribePOATie
public NotifySubscribePOATie(NotifySubscribeOperations tieObject)
- Constructor
NotifySubscribePOATie
public NotifySubscribePOATie(NotifySubscribeOperations tieObject,
org.omg.PortableServer.POA poa)
- Constructor
_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