org.omg.CosNotifyComm

Class PushSupplierPOATie

public class PushSupplierPOATie extends PushSupplierPOA

The PushSupplier interface supports the functionality required by notification service suppliers that transmit events as Anys using push-style communication. This interface defines no new attributes or operations directly. Instead, it multiply inherits the PushSupplier interface defined in the CosEventComm module of the OMG Event Service, and the NotifySubscribe interface described above. This enables push-style suppliers of Any events to also receive subscription_change messages from the channel, allowing it to learn about changes to the types of events being subscribed to by consumers connected to the channel.
Constructor Summary
PushSupplierPOATie(PushSupplierOperations tieObject)
Constructor
PushSupplierPOATie(PushSupplierOperations tieObject, POA poa)
Constructor
Method Summary
voiddisconnect_push_supplier()
Operation disconnect_push_supplier
voidsubscription_change(EventType[] added, EventType[] removed)
Operation subscription_change
POA_default_POA()
_default_POA method
PushSupplierOperations_delegate()
Get the delegate
void_delegate(PushSupplierOperations delegate_)
Set the delegate

Constructor Detail

PushSupplierPOATie

public PushSupplierPOATie(PushSupplierOperations tieObject)
Constructor

PushSupplierPOATie

public PushSupplierPOATie(PushSupplierOperations tieObject, POA poa)
Constructor

Method Detail

disconnect_push_supplier

public void disconnect_push_supplier()
Operation disconnect_push_supplier

subscription_change

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

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public PushSupplierOperations _delegate()
Get the delegate

_delegate

public void _delegate(PushSupplierOperations delegate_)
Set the delegate