#include <PushSupplier.h>
Inheritance diagram for TAO_Notify_PushSupplier:
Public Member Functions | |
TAO_Notify_PushSupplier (TAO_Notify_ProxyConsumer *proxy) | |
Constuctor. | |
virtual | ~TAO_Notify_PushSupplier () |
Destructor. | |
void | init (CosEventComm::PushSupplier_ptr push_supplier) |
Init. | |
virtual ACE_CString | get_ior (void) const |
Retrieve the ior of this peer. | |
Protected Attributes | |
CosEventComm::PushSupplier_var | push_supplier_ |
The Supplier. | |
Private Member Functions | |
virtual void | release (void) |
TAO_Notify_Destroy_Callback methods. |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_PushSupplier::TAO_Notify_PushSupplier | ( | TAO_Notify_ProxyConsumer * | proxy | ) |
Constuctor.
TAO_Notify_PushSupplier::~TAO_Notify_PushSupplier | ( | ) | [virtual] |
Destructor.
ACE_CString TAO_Notify_PushSupplier::get_ior | ( | void | ) | const [virtual] |
void TAO_Notify_PushSupplier::init | ( | CosEventComm::PushSupplier_ptr | push_supplier | ) |
Init.
void TAO_Notify_PushSupplier::release | ( | void | ) | [private, virtual] |
CosEventComm::PushSupplier_var TAO_Notify_PushSupplier::push_supplier_ [protected] |
The Supplier.