TAO_CosNotification
2.0.8
|
Wrapper for the PushSupplier that connect to the EventChannel. More...
#include <StructuredPushSupplier.h>
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 (void) const |
Retrieve the ior of this peer. | |
Protected Member Functions | |
virtual CORBA::Object_ptr | get_supplier (void) |
Protected Attributes | |
CosNotifyComm::StructuredPushSupplier_var | push_supplier_ |
The Supplier. | |
Private Member Functions | |
virtual void | release (void) |
Release. |
Wrapper for the PushSupplier that connect to the EventChannel.
Wrapper for the StructuredPushSupplier that connect to the EventChannel.
TAO_Notify_StructuredPushSupplier::TAO_Notify_StructuredPushSupplier | ( | TAO_Notify_ProxyConsumer * | proxy | ) |
Constructor.
TAO_Notify_StructuredPushSupplier::~TAO_Notify_StructuredPushSupplier | ( | ) | [virtual] |
Destructor.
ACE_CString TAO_Notify_StructuredPushSupplier::get_ior | ( | void | ) | const [virtual] |
Retrieve the ior of this peer.
Implements TAO_Notify_Peer.
CORBA::Object_ptr TAO_Notify_StructuredPushSupplier::get_supplier | ( | void | ) | [protected, virtual] |
Implements TAO_Notify_Supplier.
void TAO_Notify_StructuredPushSupplier::init | ( | CosNotifyComm::StructuredPushSupplier_ptr | push_supplier | ) |
Init.
void TAO_Notify_StructuredPushSupplier::release | ( | void | ) | [private, virtual] |
Release.
Implements TAO_Notify_Peer.
CosNotifyComm::StructuredPushSupplier_var TAO_Notify_StructuredPushSupplier::push_supplier_ [protected] |
The Supplier.