TAO_RTEvent  2.2.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs
ECG_Adapters.h File Reference
#include "orbsvcs/RtecUDPAdminC.h"
#include "ace/Refcounted_Auto_Ptr.h"

Classes

class  TAO_ECG_Handler_Shutdown
 Interface that should be implemented by multicast and udp handlers in EC gateways, so the handlers can be notified of shutdown (usually by Event Receivers). More...
 
class  TAO_ECG_Dgram_Handler
 Interface used by mcast/udp handlers to notify interested components (usually Event Receivers) that there is data available on the dgram for reading, and to query them about event type to mcast group mappings. More...
 

Typedefs

typedef
ACE_Refcounted_Auto_Ptr
< TAO_ECG_Handler_Shutdown,
ACE_Null_Mutex
TAO_ECG_Refcounted_Handler
 

Detailed Description

Id:
ECG_Adapters.h 78519 2007-05-29 14:54:16Z mesnier_p
Author
Marina Spivak marin.nosp@m.a@at.nosp@m.desk..nosp@m.com

Define interfaces ECG Receivers and Mcast and UDP handlers can use to communicate with each other. Use of these interfaces eliminates the coupling of specific Receivers on specific handlers, and vice versa.

Typedef Documentation