org.omg.CosNotifyComm

Class NotifySubscribePOATie

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, POA poa)
Constructor
Method Summary
voidsubscription_change(EventType[] added, EventType[] removed)
Operation subscription_change
POA_default_POA()
_default_POA method
NotifySubscribeOperations_delegate()
Get the delegate
void_delegate(NotifySubscribeOperations delegate_)
Set the delegate

Constructor Detail

NotifySubscribePOATie

public NotifySubscribePOATie(NotifySubscribeOperations tieObject)
Constructor

NotifySubscribePOATie

public NotifySubscribePOATie(NotifySubscribeOperations tieObject, POA poa)
Constructor

Method Detail

subscription_change

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

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public NotifySubscribeOperations _delegate()
Get the delegate

_delegate

public void _delegate(NotifySubscribeOperations delegate_)
Set the delegate