TAO_CosNotification
2.1.2
|
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.
Destructor.
|
virtual |
Retrieve the ior of this peer.
Implements TAO_Notify_Peer.
|
protectedvirtual |
Implements TAO_Notify_Supplier.
void TAO_Notify_SequencePushSupplier::init | ( | CosNotifyComm::SequencePushSupplier_ptr | push_supplier | ) |
Init.
|
virtual |
TAO_Notify_Destroy_Callback methods.
Implements TAO_Notify_Peer.
|
protected |
The Supplier.