#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 |
|
|
Definition at line 24 of file EventChannel.cpp. |
|
|
Definition at line 43 of file EventChannel.cpp. Referenced by TAO_Notify_EventChannel::get_all_consumeradmins(). |
|
|
Definition at line 41 of file EventChannel.cpp. Referenced by TAO_Notify_EventChannel::find_proxy_consumer(), and TAO_Notify_EventChannel::get_supplieradmin(). |
|
|
Definition at line 44 of file EventChannel.cpp. Referenced by TAO_Notify_EventChannel::get_all_supplieradmins(). |
|
||||||||||||||||
|
Definition at line 527 of file EventChannel.cpp. References TAO_Notify::NVPList::push_back(). Referenced by TAO_Notify_EventChannel::save_attrs().
00527 {
00528 if (prop.is_valid())
00529 {
00530 attrs.push_back(TAO_Notify::NVP (prop));
00531 }
00532 }
|
|
|
Definition at line 35 of file EventChannel.cpp. Referenced by TAO_Notify_EventChannel::find_proxy_supplier(), and TAO_Notify_EventChannel::get_consumeradmin(). |
1.3.6