TAO_Implementation_Repository 4.0.3
Loading...
Searching...
No Matches
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 cancel ()
 
void ping ()
 Called when an anticipated ping reply is received.
 
void ping_excep (Messaging::ExceptionHolder *excep_holder)
 Called when an anticipated ping raises an exception.
 

Private Attributes

PortableServer::POA_var poa_
 
LiveEntryentry_
 

Constructor & Destructor Documentation

◆ PingReceiver()

PingReceiver::PingReceiver ( LiveEntry * entry,
PortableServer::POA_ptr poa )

◆ ~PingReceiver()

PingReceiver::~PingReceiver ( )
virtual

Member Function Documentation

◆ cancel()

void PingReceiver::cancel ( )

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

◆ ping()

void PingReceiver::ping ( )

Called when an anticipated ping reply is received.

◆ ping_excep()

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

Called when an anticipated ping raises an exception.

Member Data Documentation

◆ entry_

LiveEntry* PingReceiver::entry_
private

◆ poa_

PortableServer::POA_var PingReceiver::poa_
private

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