TAO_CosNotification
2.1.6
|
Base Wrappers for Suppliers that connect to the EventChannel. More...
#include <Supplier.h>
Public Member Functions | |
TAO_Notify_Supplier (TAO_Notify_ProxyConsumer *proxy) | |
Constructor. | |
virtual | ~TAO_Notify_Supplier () |
Destructor. | |
TAO_Notify_ProxyConsumer * | proxy_consumer (void) |
Access Specific Proxy. | |
virtual TAO_Notify_Proxy * | proxy (void) |
Access Base Proxy. | |
virtual CORBA::Object_ptr | get_supplier (void)=0 |
bool | is_alive (bool allow_nil_supplier) |
Public Member Functions inherited from TAO_Notify_Peer | |
TAO_Notify_Peer (void) | |
Constructor. | |
virtual | ~TAO_Notify_Peer () |
Destructor. | |
CORBA::ULong | _incr_refcnt (void) |
CORBA::ULong | _decr_refcnt (void) |
virtual void | shutdown (void) |
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 (void) |
Handle dispatch exceptions. | |
virtual ACE_CString | get_ior (void) 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_ProxyConsumer * | proxy_ |
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_Peer > | Ptr |
Base Wrappers for Suppliers that connect to the EventChannel.
TAO_Notify_Supplier::TAO_Notify_Supplier | ( | TAO_Notify_ProxyConsumer * | proxy | ) |
Constructor.
|
virtual |
Destructor.
|
protectedvirtual |
Dispatch updates implementation.
Implements TAO_Notify_Peer.
|
pure virtual |
Implemented in TAO_Notify_SequencePushSupplier, TAO_Notify_PushSupplier, and TAO_Notify_StructuredPushSupplier.
bool TAO_Notify_Supplier::is_alive | ( | bool | allow_nil_supplier | ) |
|
virtual |
Access Base Proxy.
Implements TAO_Notify_Peer.
TAO_Notify_ProxyConsumer * TAO_Notify_Supplier::proxy_consumer | ( | void | ) |
Access Specific Proxy.
|
protected |
The proxy that we associate with.
|
protected |
|
protected |
Interface that accepts subscription_changes.