TAO_CosNotification
2.0.8
|
Global properties that strategize Notify's run-time behaviour. More...
#include <Properties.h>
Global properties that strategize Notify's run-time behaviour.
TAO_Notify_Properties::TAO_Notify_Properties | ( | void | ) |
Constructor.
TAO_Notify_Properties::~TAO_Notify_Properties | ( | ) |
Destructor.
bool TAO_Notify_Properties::allow_reconnect | ( | void | ) |
void TAO_Notify_Properties::allow_reconnect | ( | bool | b | ) |
CORBA::Boolean TAO_Notify_Properties::asynch_updates | ( | void | ) |
void TAO_Notify_Properties::asynch_updates | ( | CORBA::Boolean | asynch_updates | ) |
TAO_Notify_Builder * TAO_Notify_Properties::builder | ( | void | ) |
void TAO_Notify_Properties::builder | ( | TAO_Notify_Builder * | builder | ) |
void TAO_Notify_Properties::close | ( | void | ) | [static] |
const CosNotification::QoSProperties & TAO_Notify_Properties::default_consumer_admin_qos_properties | ( | void | ) |
void TAO_Notify_Properties::default_consumer_admin_qos_properties | ( | const CosNotification::QoSProperties & | ca_qos | ) |
const CosNotification::QoSProperties & TAO_Notify_Properties::default_event_channel_qos_properties | ( | void | ) |
void TAO_Notify_Properties::default_event_channel_qos_properties | ( | const CosNotification::QoSProperties & | ec_qos | ) |
PortableServer::POA_ptr TAO_Notify_Properties::default_poa | ( | void | ) |
void TAO_Notify_Properties::default_poa | ( | PortableServer::POA_ptr | default_poa | ) |
const CosNotification::QoSProperties & TAO_Notify_Properties::default_proxy_consumer_qos_properties | ( | void | ) |
void TAO_Notify_Properties::default_proxy_consumer_qos_properties | ( | const CosNotification::QoSProperties & | pc_qos | ) |
const CosNotification::QoSProperties & TAO_Notify_Properties::default_proxy_supplier_qos_properties | ( | void | ) |
void TAO_Notify_Properties::default_proxy_supplier_qos_properties | ( | const CosNotification::QoSProperties & | ps_qos | ) |
const CosNotification::QoSProperties & TAO_Notify_Properties::default_supplier_admin_qos_properties | ( | void | ) |
void TAO_Notify_Properties::default_supplier_admin_qos_properties | ( | const CosNotification::QoSProperties & | sa_qos | ) |
CosNotifyChannelAdmin::InterFilterGroupOperator TAO_Notify_Properties::defaultConsumerAdminFilterOp | ( | void | ) |
void TAO_Notify_Properties::defaultConsumerAdminFilterOp | ( | CosNotifyChannelAdmin::InterFilterGroupOperator | op | ) |
CosNotifyChannelAdmin::InterFilterGroupOperator TAO_Notify_Properties::defaultSupplierAdminFilterOp | ( | void | ) |
void TAO_Notify_Properties::defaultSupplierAdminFilterOp | ( | CosNotifyChannelAdmin::InterFilterGroupOperator | op | ) |
CORBA::ORB_ptr TAO_Notify_Properties::dispatching_orb | ( | void | ) |
void TAO_Notify_Properties::dispatching_orb | ( | CORBA::ORB_ptr | dispatching_orb | ) |
TAO_Notify_Factory * TAO_Notify_Properties::factory | ( | void | ) |
void TAO_Notify_Properties::factory | ( | TAO_Notify_Factory * | factory | ) |
TAO_Notify_Properties * TAO_Notify_Properties::instance | ( | void | ) | [static] |
Return a singleton instance of this class.
CORBA::ORB_ptr TAO_Notify_Properties::orb | ( | void | ) |
void TAO_Notify_Properties::orb | ( | CORBA::ORB_ptr | orb | ) |
bool TAO_Notify_Properties::separate_dispatching_orb | ( | void | ) |
void TAO_Notify_Properties::separate_dispatching_orb | ( | bool | b | ) |
CORBA::Boolean TAO_Notify_Properties::updates | ( | void | ) |
void TAO_Notify_Properties::updates | ( | CORBA::Boolean | updates | ) |
bool TAO_Notify_Properties::validate_client | ( | void | ) |
void TAO_Notify_Properties::validate_client | ( | bool | b | ) |
ACE_Time_Value TAO_Notify_Properties::validate_client_delay | ( | void | ) |
void TAO_Notify_Properties::validate_client_delay | ( | ACE_Time_Value | b | ) |
ACE_Time_Value TAO_Notify_Properties::validate_client_interval | ( | void | ) |
void TAO_Notify_Properties::validate_client_interval | ( | ACE_Time_Value | b | ) |
bool TAO_Notify_Properties::allow_reconnect_ [protected] |
True if clients can reconnect to proxies.
CORBA::Boolean TAO_Notify_Properties::asynch_updates_ [protected] |
True if send asynch updates.
TAO_Notify_Builder* TAO_Notify_Properties::builder_ [protected] |
Object Builder.
The default CA QoS Properties.
POA.
CosNotifyChannelAdmin::InterFilterGroupOperator TAO_Notify_Properties::defaultConsumerAdminFilterOp_ [protected] |
The default consumer admin filter operator.
CosNotifyChannelAdmin::InterFilterGroupOperator TAO_Notify_Properties::defaultSupplierAdminFilterOp_ [protected] |
The default supplier admin filter operator.
dispatching orb
The default EC QoS Properties.
TAO_Notify_Factory* TAO_Notify_Properties::factory_ [protected] |
Object Factory.
CORBA::ORB_var TAO_Notify_Properties::orb_ [protected] |
ORB.
The default PC QoS Properties.
The default PS QoS Properties.
The default SA QoS Properties.
bool TAO_Notify_Properties::separate_dispatching_orb_ [protected] |
True is separate dispatching orb.
ACE_Time_Value TAO_Notify_Properties::update_period_ [protected] |
The Update period for updates.
CORBA::Boolean TAO_Notify_Properties::updates_ [protected] |
True if updates are enabled (default).
bool TAO_Notify_Properties::validate_client_ [protected] |