#include "orbsvcs/Notify/EventChannel.h"
#include "orbsvcs/Notify/Container_T.h"
#include "orbsvcs/Notify/EventChannelFactory.h"
#include "orbsvcs/Notify/ConsumerAdmin.h"
#include "orbsvcs/Notify/SupplierAdmin.h"
#include "orbsvcs/Notify/Properties.h"
#include "orbsvcs/Notify/Factory.h"
#include "orbsvcs/Notify/Builder.h"
#include "orbsvcs/Notify/Find_Worker_T.h"
#include "orbsvcs/Notify/Seq_Worker_T.h"
#include "orbsvcs/Notify/Topology_Saver.h"
#include "orbsvcs/Notify/Save_Persist_Worker_T.h"
#include "orbsvcs/Notify/Reconnect_Worker_T.h"
#include "orbsvcs/Notify/Proxy.h"
#include "orbsvcs/Notify/Event_Manager.h"
#include "orbsvcs/Notify/POA_Helper.h"
#include "tao/debug.h"
Include dependency graph for EventChannel.cpp:
Go to the source code of this file.
Defines | |
#define | DEBUG_LEVEL TAO_debug_level |
Typedefs | |
typedef TAO_Notify_Find_Worker_T< TAO_Notify_SupplierAdmin, CosNotifyChannelAdmin::SupplierAdmin, CosNotifyChannelAdmin::SupplierAdmin_ptr, CosNotifyChannelAdmin::AdminNotFound > | TAO_Notify_SupplierAdmin_Find_Worker |
typedef TAO_Notify_Seq_Worker_T< TAO_Notify_ConsumerAdmin > | TAO_Notify_ConsumerAdmin_Seq_Worker |
typedef TAO_Notify_Seq_Worker_T< TAO_Notify_SupplierAdmin > | TAO_Notify_SupplierAdmin_Seq_Worker |
Functions | |
template<class T> | |
void | add_attr (TAO_Notify::NVPList &attrs, const T &prop) |
Variables | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL typedef TAO_Notify_Find_Worker_T< TAO_Notify_ConsumerAdmin, CosNotifyChannelAdmin::ConsumerAdmin, CosNotifyChannelAdmin::ConsumerAdmin_ptr, CosNotifyChannelAdmin::AdminNotFound > | TAO_Notify_ConsumerAdmin_Find_Worker |
#define DEBUG_LEVEL TAO_debug_level |
Definition at line 24 of file EventChannel.cpp.
Definition at line 43 of file EventChannel.cpp.
typedef TAO_Notify_Find_Worker_T<TAO_Notify_SupplierAdmin , CosNotifyChannelAdmin::SupplierAdmin , CosNotifyChannelAdmin::SupplierAdmin_ptr , CosNotifyChannelAdmin::AdminNotFound> TAO_Notify_SupplierAdmin_Find_Worker |
Definition at line 41 of file EventChannel.cpp.
Definition at line 44 of file EventChannel.cpp.
void @2::add_attr | ( | TAO_Notify::NVPList & | attrs, | |
const T & | prop | |||
) | [static] |
Definition at line 442 of file EventChannel.cpp.
References TAO_Notify::NVPList::push_back().
Referenced by TAO_Notify_EventChannel::save_attrs().
00442 { 00443 if (prop.is_valid()) 00444 { 00445 attrs.push_back(TAO_Notify::NVP (prop)); 00446 } 00447 }
TAO_BEGIN_VERSIONED_NAMESPACE_DECL typedef TAO_Notify_Find_Worker_T<TAO_Notify_ConsumerAdmin , CosNotifyChannelAdmin::ConsumerAdmin , CosNotifyChannelAdmin::ConsumerAdmin_ptr , CosNotifyChannelAdmin::AdminNotFound> TAO_Notify_ConsumerAdmin_Find_Worker |
Definition at line 35 of file EventChannel.cpp.
Referenced by TAO_Notify_EventChannel::find_proxy_supplier(), and TAO_Notify_EventChannel::get_consumeradmin().