|
TAO_Implementation_Repository
2.2.1
|
#include <AsyncAccessManager.h>

Public Member Functions | |
| AsyncAccessManager (const Server_Info &info, bool manual, ImR_Locator_i &locator) | |
| ~AsyncAccessManager (void) | |
| void | started_running (void) |
| bool | has_server (const char *name) |
| void | add_interest (ImR_ResponseHandler *rh) |
| AAM_Status | status (void) const |
| void | activator_replied (bool success) |
| void | server_is_running (const char *partial_ior, ImplementationRepository::ServerObject_ptr ref) |
| void | server_is_shutting_down (void) |
| void | notify_child_death (void) |
| void | ping_replied (LiveStatus server) |
| AsyncAccessManager * | _add_ref (void) |
| void | _remove_ref (void) |
Private Member Functions | |
| void | final_state (void) |
| void | status (AAM_Status s) |
| bool | send_start_request (void) |
Private Attributes | |
| Server_Info * | info_ |
| bool | manual_start_ |
| ImR_Locator_i & | locator_ |
| PortableServer::POA_var | poa_ |
| ACE_Vector< ImR_ResponseHandler * > | rh_list_ |
| AAM_Status | status_ |
| int | refcount_ |
| TAO_SYNCH_MUTEX | lock_ |
| AsyncAccessManager::AsyncAccessManager | ( | const Server_Info & | info, |
| bool | manual, | ||
| ImR_Locator_i & | locator | ||
| ) |
| AsyncAccessManager::~AsyncAccessManager | ( | void | ) |
| AsyncAccessManager * AsyncAccessManager::_add_ref | ( | void | ) |
| void AsyncAccessManager::_remove_ref | ( | void | ) |
| void AsyncAccessManager::activator_replied | ( | bool | success | ) |
| void AsyncAccessManager::add_interest | ( | ImR_ResponseHandler * | rh | ) |
|
private |
| bool AsyncAccessManager::has_server | ( | const char * | name | ) |
| void AsyncAccessManager::notify_child_death | ( | void | ) |
| void AsyncAccessManager::ping_replied | ( | LiveStatus | server | ) |
|
private |
| void AsyncAccessManager::server_is_running | ( | const char * | partial_ior, |
| ImplementationRepository::ServerObject_ptr | ref | ||
| ) |
| void AsyncAccessManager::server_is_shutting_down | ( | void | ) |
| void AsyncAccessManager::started_running | ( | void | ) |
| AAM_Status AsyncAccessManager::status | ( | void | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.3.1