org.omg.CosNotifyComm

Class PullConsumerPOATie

public class PullConsumerPOATie extends PullConsumerPOA

The PullConsumer interface supports the functionality required by notification service consumers that receive events as Anys using pull-style communication. This interface defines no new attributes or operations directly. Instead, it multiply inherits the PullConsumer interface defined in the CosEventComm module of the OMG Event Service, and the NotifyPublish interface described above. This enables pull-style consumers of Any events to also receive offer_change messages from the channel, allowing it to learn about changes to the types of events being offered to the channel by suppliers.
Constructor Summary
PullConsumerPOATie(PullConsumerOperations tieObject)
Constructor
PullConsumerPOATie(PullConsumerOperations tieObject, POA poa)
Constructor
Method Summary
voiddisconnect_pull_consumer()
Operation disconnect_pull_consumer
voidoffer_change(EventType[] added, EventType[] removed)
Operation offer_change
POA_default_POA()
_default_POA method
PullConsumerOperations_delegate()
Get the delegate
void_delegate(PullConsumerOperations delegate_)
Set the delegate

Constructor Detail

PullConsumerPOATie

public PullConsumerPOATie(PullConsumerOperations tieObject)
Constructor

PullConsumerPOATie

public PullConsumerPOATie(PullConsumerOperations tieObject, POA poa)
Constructor

Method Detail

disconnect_pull_consumer

public void disconnect_pull_consumer()
Operation disconnect_pull_consumer

offer_change

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

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public PullConsumerOperations _delegate()
Get the delegate

_delegate

public void _delegate(PullConsumerOperations delegate_)
Set the delegate