|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosNotifyComm.NotifySubscribePOA
org.omg.CosNotifyComm.NotifySubscribePOATie
public class NotifySubscribePOATie
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 |
---|
public NotifySubscribePOATie(NotifySubscribeOperations tieObject)
public NotifySubscribePOATie(NotifySubscribeOperations tieObject, org.omg.PortableServer.POA poa)
Method Detail |
---|
public NotifySubscribeOperations _delegate()
public void _delegate(NotifySubscribeOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA
in class org.omg.PortableServer.Servant
public void subscription_change(EventType[] added, EventType[] removed) throws InvalidEventType
InvalidEventType
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |