TAO_Implementation_Repository
2.3.3
|
#include <AsyncListManager.h>
Public Member Functions | |
ListLiveListener (const char *server, int pid, CORBA::ULong index, AsyncListManager *owner, LiveCheck &pinger) | |
virtual | ~ListLiveListener (void) |
bool | start (void) |
void | cancel (void) |
LiveStatus | status (void) |
bool | status_changed (LiveStatus status) |
Public Member Functions inherited from LiveListener | |
LiveListener (const char *server) | |
virtual | ~LiveListener (void) |
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) |
Private Attributes | |
AsyncListManager_ptr | owner_ |
LiveCheck & | pinger_ |
LiveStatus | status_ |
CORBA::ULong | index_ |
bool | started_ |
int | pid_ |
Additional Inherited Members | |
Protected Attributes inherited from LiveListener | |
ACE_CString | server_ |
ListLiveListener::ListLiveListener | ( | const char * | server, |
int | pid, | ||
CORBA::ULong | index, | ||
AsyncListManager * | owner, | ||
LiveCheck & | pinger | ||
) |
|
virtual |
void ListLiveListener::cancel | ( | void | ) |
bool ListLiveListener::start | ( | void | ) |
LiveStatus ListLiveListener::status | ( | void | ) |
|
virtual |
called by the asynch ping receiver when a reply or an exception is received. Returns true if finished listening
Implements LiveListener.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |