TAO_CosNotification
2.1.2
|
The is a base class for all proxys , templatized by the servant type. All the Filter Admin and QoS Admin interface methods are implemented here by delegating to the admin implementations. More...
#include <Proxy_T.h>
Public Member Functions | |
TAO_Notify_Proxy_T (void) | |
Constructor. | |
~TAO_Notify_Proxy_T () | |
Destructor. | |
virtual PortableServer::Servant | servant (void) |
Implements TAO_Notify_Object::servant method. | |
virtual void | _add_ref (void) |
ServantBase refcount methods. | |
virtual void | _remove_ref (void) |
virtual void | validate_event_qos (const CosNotification::QoSProperties &required_qos, CosNotification::NamedPropertyRangeSeq_out available_qos) |
virtual CosNotification::QoSProperties * | get_qos () |
Get the QoS Properties. | |
virtual void | set_qos (const CosNotification::QoSProperties &qos) |
Set the QoS Properties. | |
virtual void | validate_qos (const CosNotification::QoSProperties &required_qos, CosNotification::NamedPropertyRangeSeq_out available_qos) |
virtual CosNotifyFilter::FilterID | add_filter (CosNotifyFilter::Filter_ptr new_filter) |
virtual void | remove_filter (CosNotifyFilter::FilterID filter) |
virtual CosNotifyFilter::Filter_ptr | get_filter (CosNotifyFilter::FilterID filter) |
virtual CosNotifyFilter::FilterIDSeq * | get_all_filters () |
virtual void | remove_all_filters () |
The is a base class for all proxys , templatized by the servant type. All the Filter Admin and QoS Admin interface methods are implemented here by delegating to the admin implementations.
TAO_Notify_Proxy_T< SERVANT_TYPE >::TAO_Notify_Proxy_T | ( | void | ) |
Constructor.
TAO_Notify_Proxy_T< SERVANT_TYPE >::~TAO_Notify_Proxy_T | ( | ) |
Destructor.
|
virtual |
ServantBase refcount methods.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Get the QoS Properties.
Reimplemented from TAO_Notify_Object.
|
virtual |
|
virtual |
|
virtual |
Implements TAO_Notify_Object::servant method.
|
virtual |
Set the QoS Properties.
Reimplemented from TAO_Notify_Object.
|
virtual |
|
virtual |