TAO  2.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_Fault_Tolerance_Service Class Reference

TAO_Fault_Tolerant_Service. More...

#include <Fault_Tolerance_Service.h>

Collaboration diagram for TAO_Fault_Tolerance_Service:
Collaboration graph

Public Member Functions

 TAO_Fault_Tolerance_Service (void)
 Ctor.
 
 ~TAO_Fault_Tolerance_Service (void)
 Dtor.
 
void init (TAO_ORB_Core *orb_core)
 Initialize the internal data structures.
 
TAO_Service_Callbacksservice_callback (void)
 Return the underlying callback object.
 

Private Member Functions

void operator= (const TAO_Fault_Tolerance_Service &)
 
 TAO_Fault_Tolerance_Service (const TAO_Fault_Tolerance_Service &)
 

Private Attributes

TAO_Service_Callbacksft_service_callback_
 hook to callback on to the service
 

Detailed Description

TAO_Fault_Tolerant_Service.

A class that holds an FT service call back instance.

Constructor & Destructor Documentation

TAO_Fault_Tolerance_Service::TAO_Fault_Tolerance_Service ( void  )

Ctor.

TAO_Fault_Tolerance_Service::~TAO_Fault_Tolerance_Service ( void  )

Dtor.

TAO_Fault_Tolerance_Service::TAO_Fault_Tolerance_Service ( const TAO_Fault_Tolerance_Service )
private

Member Function Documentation

void TAO_Fault_Tolerance_Service::init ( TAO_ORB_Core orb_core)

Initialize the internal data structures.

void TAO_Fault_Tolerance_Service::operator= ( const TAO_Fault_Tolerance_Service )
private
TAO_Service_Callbacks * TAO_Fault_Tolerance_Service::service_callback ( void  )

Return the underlying callback object.

Member Data Documentation

TAO_Service_Callbacks* TAO_Fault_Tolerance_Service::ft_service_callback_
private

hook to callback on to the service


The documentation for this class was generated from the following files: