TAO_Implementation_Repository  2.3.3
Public Member Functions | Private Attributes | List of all members
PingReceiver Class Reference

#include <LiveCheck.h>

Inheritance diagram for PingReceiver:
Inheritance graph
[legend]
Collaboration diagram for PingReceiver:
Collaboration graph
[legend]

Public Member Functions

 PingReceiver (LiveEntry *entry, PortableServer::POA_ptr poa)
 
virtual ~PingReceiver (void)
 
void cancel (void)
 
void ping (void)
 Called when an anticipated ping reply is received. More...
 
void ping_excep (Messaging::ExceptionHolder *excep_holder)
 Called when an anticipated ping raises an exception. More...
 

Private Attributes

PortableServer::POA_var poa_
 
LiveEntryentry_
 

Constructor & Destructor Documentation

PingReceiver::PingReceiver ( LiveEntry entry,
PortableServer::POA_ptr  poa 
)
PingReceiver::~PingReceiver ( void  )
virtual

Member Function Documentation

void PingReceiver::cancel ( void  )

Called by the entry if it is no longer interested in the result of a ping.

void PingReceiver::ping ( void  )

Called when an anticipated ping reply is received.

void PingReceiver::ping_excep ( Messaging::ExceptionHolder *  excep_holder)

Called when an anticipated ping raises an exception.

Member Data Documentation

LiveEntry* PingReceiver::entry_
private
PortableServer::POA_var PingReceiver::poa_
private

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