TAO_Implementation_Repository
2.3.3
|
#include <LiveCheck.h>
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_ |
LiveEntry * | entry_ |
PingReceiver::PingReceiver | ( | LiveEntry * | entry, |
PortableServer::POA_ptr | poa | ||
) |
|
virtual |
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.
|
private |
|
private |