TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
TAO_Notify_StructuredPushSupplier Class Reference

Wrapper for the PushSupplier that connect to the EventChannel. More...

#include <StructuredPushSupplier.h>

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

Public Member Functions

 TAO_Notify_StructuredPushSupplier (TAO_Notify_ProxyConsumer *proxy)
 Constructor.
 
virtual ~TAO_Notify_StructuredPushSupplier ()
 Destructor.
 
void init (CosNotifyComm::StructuredPushSupplier_ptr push_supplier)
 Init.
 
virtual ACE_CString get_ior () const
 Retrieve the ior of this peer.
 
- Public Member Functions inherited from TAO_Notify_Supplier
 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.
 
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.
 

Protected Member Functions

virtual CORBA::Object_ptr get_supplier ()
 
- Protected Member Functions inherited from TAO_Notify_Supplier
virtual void dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed)
 Dispatch updates implementation.
 

Protected Attributes

CosNotifyComm::StructuredPushSupplier_var push_supplier_
 The Supplier.
 
- Protected Attributes inherited from TAO_Notify_Supplier
TAO_Notify_ProxyConsumerproxy_
 The proxy that we associate with.
 
CosNotifyComm::NotifySubscribe_var subscribe_
 Interface that accepts subscription_changes.
 
CORBA::Object_var rtt_obj_
 

Private Member Functions

virtual void release ()
 Release.
 

Additional Inherited Members

- Public Types inherited from TAO_Notify_Peer
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_PeerPtr
 

Detailed Description

Wrapper for the PushSupplier that connect to the EventChannel.

Wrapper for the StructuredPushSupplier that connect to the EventChannel.

Constructor & Destructor Documentation

◆ TAO_Notify_StructuredPushSupplier()

TAO_Notify_StructuredPushSupplier::TAO_Notify_StructuredPushSupplier ( TAO_Notify_ProxyConsumer * proxy)

Constructor.

◆ ~TAO_Notify_StructuredPushSupplier()

TAO_Notify_StructuredPushSupplier::~TAO_Notify_StructuredPushSupplier ( )
virtual

Destructor.

Member Function Documentation

◆ get_ior()

ACE_CString TAO_Notify_StructuredPushSupplier::get_ior ( ) const
virtual

Retrieve the ior of this peer.

Implements TAO_Notify_Peer.

◆ get_supplier()

CORBA::Object_ptr TAO_Notify_StructuredPushSupplier::get_supplier ( )
protectedvirtual

Implements TAO_Notify_Supplier.

◆ init()

void TAO_Notify_StructuredPushSupplier::init ( CosNotifyComm::StructuredPushSupplier_ptr push_supplier)

Init.

◆ release()

void TAO_Notify_StructuredPushSupplier::release ( )
privatevirtual

Release.

Implements TAO_Notify_Peer.

Member Data Documentation

◆ push_supplier_

CosNotifyComm::StructuredPushSupplier_var TAO_Notify_StructuredPushSupplier::push_supplier_
protected

The Supplier.


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