#include <Properties.h>
Collaboration diagram for TAO_Notify_Properties:
TAO_Notify_Properties::TAO_Notify_Properties | ( | void | ) |
Constuctor.
TAO_Notify_Properties::~TAO_Notify_Properties | ( | ) |
Destructor.
TAO_Notify_Properties * TAO_Notify_Properties::instance | ( | void | ) | [static] |
Return a singleton instance of this class.
void TAO_Notify_Properties::instance | ( | TAO_Notify_Properties * | properties | ) | [static] |
Set the singleton instance for this class.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_Notify_Factory * TAO_Notify_Properties::factory | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::factory | ( | TAO_Notify_Factory * | factory | ) |
ACE_INLINE TAO_Notify_Builder * TAO_Notify_Properties::builder | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::builder | ( | TAO_Notify_Builder * | builder | ) |
ACE_INLINE CORBA::ORB_ptr TAO_Notify_Properties::orb | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::orb | ( | CORBA::ORB_ptr | orb | ) |
ACE_INLINE CORBA::ORB_ptr TAO_Notify_Properties::dispatching_orb | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::dispatching_orb | ( | CORBA::ORB_ptr | dispatching_orb | ) |
ACE_INLINE PortableServer::POA_ptr TAO_Notify_Properties::default_poa | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::default_poa | ( | PortableServer::POA_ptr | default_poa | ) |
ACE_INLINE CORBA::Boolean TAO_Notify_Properties::asynch_updates | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::asynch_updates | ( | CORBA::Boolean | asynch_updates | ) |
ACE_INLINE bool TAO_Notify_Properties::allow_reconnect | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::allow_reconnect | ( | bool | b | ) |
ACE_INLINE CORBA::Boolean TAO_Notify_Properties::updates | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::updates | ( | CORBA::Boolean | updates | ) |
ACE_INLINE bool TAO_Notify_Properties::separate_dispatching_orb | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::separate_dispatching_orb | ( | bool | b | ) |
ACE_INLINE const CosNotification::QoSProperties & TAO_Notify_Properties::default_event_channel_qos_properties | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::default_event_channel_qos_properties | ( | const CosNotification::QoSProperties & | ec_qos | ) |
ACE_INLINE const CosNotification::QoSProperties & TAO_Notify_Properties::default_supplier_admin_qos_properties | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::default_supplier_admin_qos_properties | ( | const CosNotification::QoSProperties & | sa_qos | ) |
ACE_INLINE const CosNotification::QoSProperties & TAO_Notify_Properties::default_consumer_admin_qos_properties | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::default_consumer_admin_qos_properties | ( | const CosNotification::QoSProperties & | ca_qos | ) |
ACE_INLINE const CosNotification::QoSProperties & TAO_Notify_Properties::default_proxy_supplier_qos_properties | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::default_proxy_supplier_qos_properties | ( | const CosNotification::QoSProperties & | ps_qos | ) |
ACE_INLINE const CosNotification::QoSProperties & TAO_Notify_Properties::default_proxy_consumer_qos_properties | ( | void | ) |
ACE_INLINE void TAO_Notify_Properties::default_proxy_consumer_qos_properties | ( | const CosNotification::QoSProperties & | pc_qos | ) |
TAO_Notify_Factory* TAO_Notify_Properties::factory_ [protected] |
Object Factory.
TAO_Notify_Builder* TAO_Notify_Properties::builder_ [protected] |
Object Builder.
CORBA::ORB_var TAO_Notify_Properties::orb_ [protected] |
ORB.
dispatching orb
CORBA::Boolean TAO_Notify_Properties::asynch_updates_ [protected] |
True if send asynch updates.
bool TAO_Notify_Properties::allow_reconnect_ [protected] |
True if clients can reconnect to proxies.
bool TAO_Notify_Properties::separate_dispatching_orb_ [protected] |
True is separate dispatching orb.
CORBA::Boolean TAO_Notify_Properties::updates_ [protected] |
True if updates are enabled (default).
ACE_Time_Value TAO_Notify_Properties::update_period_ [protected] |
The Update period for updates.
The default EC QoS Properties.
The default SA QoS Properties.
The default CA QoS Properties.
The default PS QoS Properties.
The default PC QoS Properties.