TAO_CosNotification
2.0.8
|
#include "orbsvcs/Notify/notify_serv_export.h"
#include "orbsvcs/Notify/Event.h"
#include "orbsvcs/Notify/Delivery_Request.h"
#include "orbsvcs/Notify/Event_Persistence_Factory.h"
#include "orbsvcs/Notify/Persistent_File_Allocator.h"
#include <ace/Vector_T.h>
#include <ace/Malloc_Base.h>
Classes | |
class | TAO_Notify::Routing_Slip |
Class which manages the delivery of events to destination. More... | |
Namespaces | |
namespace | TAO_Notify |
A namespace to be used by all of TAO's Notification Service implementation. | |
Typedefs | |
typedef ACE_Vector < Delivery_Request_Ptr > | TAO_Notify::Delivery_Request_Vec |
A vector of Delivery Requests. The body of a Routing_Slip. | |
typedef ACE_Vector < TAO_Notify_Method_Request_Queueable * > | TAO_Notify::Delivery_Method_Vec |
A vector of Methods_. Used during recovery. |