TAO_CosNotification
2.0.8
|
Wrapper for the SequencePushSupplier that connect to the EventChannel. More...
#include <SequencePushSupplier.h>
Public Member Functions | |
TAO_Notify_SequencePushSupplier (TAO_Notify_ProxyConsumer *proxy) | |
Constructor. | |
virtual | ~TAO_Notify_SequencePushSupplier () |
Destructor. | |
void | init (CosNotifyComm::SequencePushSupplier_ptr push_supplier) |
Init. | |
virtual void | release (void) |
TAO_Notify_Destroy_Callback methods. | |
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::SequencePushSupplier_var | push_supplier_ |
The Supplier. |
Wrapper for the SequencePushSupplier that connect to the EventChannel.
TAO_Notify_SequencePushSupplier::TAO_Notify_SequencePushSupplier | ( | TAO_Notify_ProxyConsumer * | proxy | ) |
Constructor.
TAO_Notify_SequencePushSupplier::~TAO_Notify_SequencePushSupplier | ( | ) | [virtual] |
Destructor.
ACE_CString TAO_Notify_SequencePushSupplier::get_ior | ( | void | ) | const [virtual] |
Retrieve the ior of this peer.
Implements TAO_Notify_Peer.
CORBA::Object_ptr TAO_Notify_SequencePushSupplier::get_supplier | ( | void | ) | [protected, virtual] |
Implements TAO_Notify_Supplier.
void TAO_Notify_SequencePushSupplier::init | ( | CosNotifyComm::SequencePushSupplier_ptr | push_supplier | ) |
Init.
void TAO_Notify_SequencePushSupplier::release | ( | void | ) | [virtual] |
TAO_Notify_Destroy_Callback methods.
Implements TAO_Notify_Peer.
CosNotifyComm::SequencePushSupplier_var TAO_Notify_SequencePushSupplier::push_supplier_ [protected] |
The Supplier.