TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_Notify_Supplier Class Referenceabstract

Base Wrappers for Suppliers that connect to the EventChannel. More...

#include <Supplier.h>

Inheritance diagram for TAO_Notify_Supplier:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Supplier:
Collaboration graph
[legend]

Public Member Functions

 TAO_Notify_Supplier (TAO_Notify_ProxyConsumer *proxy)
 Constructor.
 
virtual ~TAO_Notify_Supplier ()
 Destructor.
 
TAO_Notify_ProxyConsumerproxy_consumer ()
 Access Specific Proxy.
 
virtual TAO_Notify_Proxyproxy ()
 Access Base Proxy.
 
virtual CORBA::Object_ptr get_supplier ()=0
 
bool is_alive (bool allow_nil_supplier)
 
- Public Member Functions inherited from TAO_Notify_Peer
 TAO_Notify_Peer ()
 Constructor.
 
virtual ~TAO_Notify_Peer ()
 Destructor.
 
CORBA::ULong _incr_refcnt ()
 
CORBA::ULong _decr_refcnt ()
 
virtual void shutdown ()
 Shutdown the peer.
 
virtual void dispatch_updates (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed)
 
virtual void qos_changed (const TAO_Notify_QoSProperties &qos_properties)
 QoS changed notification from the Peer.
 
void handle_dispatch_exception ()
 Handle dispatch exceptions.
 
virtual ACE_CString get_ior () const =0
 Retrieve the ior of this peer.
 

Protected Member Functions

virtual void dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed)
 Dispatch updates implementation.
 

Protected Attributes

TAO_Notify_ProxyConsumerproxy_
 The proxy that we associate with.
 
CosNotifyComm::NotifySubscribe_var subscribe_
 Interface that accepts subscription_changes.
 
CORBA::Object_var rtt_obj_
 

Additional Inherited Members

- Public Types inherited from TAO_Notify_Peer
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_PeerPtr
 

Detailed Description

Base Wrappers for Suppliers that connect to the EventChannel.

Constructor & Destructor Documentation

◆ TAO_Notify_Supplier()

TAO_Notify_Supplier::TAO_Notify_Supplier ( TAO_Notify_ProxyConsumer * proxy)

Constructor.

◆ ~TAO_Notify_Supplier()

TAO_Notify_Supplier::~TAO_Notify_Supplier ( )
virtual

Destructor.

Member Function Documentation

◆ dispatch_updates_i()

void TAO_Notify_Supplier::dispatch_updates_i ( const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed )
protectedvirtual

Dispatch updates implementation.

Implements TAO_Notify_Peer.

◆ get_supplier()

virtual CORBA::Object_ptr TAO_Notify_Supplier::get_supplier ( )
pure virtual

◆ is_alive()

bool TAO_Notify_Supplier::is_alive ( bool allow_nil_supplier)

◆ proxy()

TAO_Notify_Proxy * TAO_Notify_Supplier::proxy ( )
virtual

Access Base Proxy.

Implements TAO_Notify_Peer.

◆ proxy_consumer()

TAO_Notify_ProxyConsumer * TAO_Notify_Supplier::proxy_consumer ( )

Access Specific Proxy.

Member Data Documentation

◆ proxy_

TAO_Notify_ProxyConsumer* TAO_Notify_Supplier::proxy_
protected

The proxy that we associate with.

◆ rtt_obj_

CORBA::Object_var TAO_Notify_Supplier::rtt_obj_
protected

◆ subscribe_

CosNotifyComm::NotifySubscribe_var TAO_Notify_Supplier::subscribe_
protected

Interface that accepts subscription_changes.


The documentation for this class was generated from the following files: