TAO_Implementation_Repository
2.3.3
|
#include <LiveCheck.h>
Public Member Functions | |
LiveListener (const char *server) | |
virtual | ~LiveListener (void) |
virtual bool | status_changed (LiveStatus status)=0 |
const char * | server (void) const |
accessor for the server name. Used by the LiveCheck to associate a listener More... | |
LiveListener * | _add_ref (void) |
void | _remove_ref (void) |
Protected Attributes | |
ACE_CString | server_ |
Private Attributes | |
int | refcount_ |
TAO_SYNCH_MUTEX | lock_ |
LiveListener::LiveListener | ( | const char * | server | ) |
Construct a new listener. The server name suppled is used to look up a listener entry in the LiveCheck map.
|
virtual |
LiveListener * LiveListener::_add_ref | ( | void | ) |
void LiveListener::_remove_ref | ( | void | ) |
const char * LiveListener::server | ( | void | ) | const |
accessor for the server name. Used by the LiveCheck to associate a listener
|
pure virtual |
called by the asynch ping receiver when a reply or an exception is received. Returns true if finished listening
Implemented in SyncListener, AccessLiveListener, and ListLiveListener.
|
private |
|
private |
|
protected |