TAO_CosNotification
2.4.1
|
#include <PushSupplier.h>
Public Member Functions | |
TAO_Notify_PushSupplier (TAO_Notify_ProxyConsumer *proxy) | |
Constructor. More... | |
virtual | ~TAO_Notify_PushSupplier () |
Destructor. More... | |
void | init (CosEventComm::PushSupplier_ptr push_supplier) |
Init. More... | |
virtual ACE_CString | get_ior (void) const |
Retrieve the ior of this peer. More... | |
Public Member Functions inherited from TAO_Notify_Supplier | |
TAO_Notify_Supplier (TAO_Notify_ProxyConsumer *proxy) | |
Constructor. More... | |
virtual | ~TAO_Notify_Supplier () |
Destructor. More... | |
TAO_Notify_ProxyConsumer * | proxy_consumer (void) |
Access Specific Proxy. More... | |
virtual TAO_Notify_Proxy * | proxy (void) |
Access Base Proxy. More... | |
bool | is_alive (bool allow_nil_supplier) |
Public Member Functions inherited from TAO_Notify_Peer | |
TAO_Notify_Peer (void) | |
Constructor. More... | |
virtual | ~TAO_Notify_Peer () |
Destructor. More... | |
CORBA::ULong | _incr_refcnt (void) |
CORBA::ULong | _decr_refcnt (void) |
virtual void | shutdown (void) |
Shutdown the peer. More... | |
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. More... | |
void | handle_dispatch_exception (void) |
Handle dispatch exceptions. More... | |
Protected Member Functions | |
virtual CORBA::Object_ptr | get_supplier (void) |
Protected Member Functions inherited from TAO_Notify_Supplier | |
virtual void | dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed) |
Dispatch updates implementation. More... | |
Protected Attributes | |
CosEventComm::PushSupplier_var | push_supplier_ |
The Supplier. More... | |
Protected Attributes inherited from TAO_Notify_Supplier | |
TAO_Notify_ProxyConsumer * | proxy_ |
The proxy that we associate with. More... | |
CosNotifyComm::NotifySubscribe_var | subscribe_ |
Interface that accepts subscription_changes. More... | |
CORBA::Object_var | rtt_obj_ |
Private Member Functions | |
virtual void | release (void) |
TAO_Notify_Destroy_Callback methods. More... | |
Additional Inherited Members | |
Public Types inherited from TAO_Notify_Peer | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Peer > | Ptr |
TAO_Notify_PushSupplier::TAO_Notify_PushSupplier | ( | TAO_Notify_ProxyConsumer * | proxy | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Retrieve the ior of this peer.
Implements TAO_Notify_Peer.
|
protectedvirtual |
Implements TAO_Notify_Supplier.
void TAO_Notify_PushSupplier::init | ( | CosEventComm::PushSupplier_ptr | push_supplier | ) |
Init.
|
privatevirtual |
TAO_Notify_Destroy_Callback methods.
Implements TAO_Notify_Peer.
|
protected |
The Supplier.