TAO_Implementation_Repository 4.0.3
Loading...
Searching...
No Matches
Functions | Variables
ImR_Locator_i.cpp File Reference
#include "orbsvcs/Log_Macros.h"
#include "ImR_Locator_i.h"
#include "utils.h"
#include "Iterator.h"
#include "INS_Locator.h"
#include "UpdateableServerInfo.h"
#include "Locator_Repository.h"
#include "Config_Backing_Store.h"
#include "Shared_Backing_Store.h"
#include "XML_Backing_Store.h"
#include "orbsvcs/Time_Utilities.h"
#include "tao/Messaging/Messaging.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/ORB_Core.h"
#include "ace/ARGV.h"
#include "ace/OS_NS_sys_time.h"
#include "ace/Vector_T.h"
#include "ace/Task.h"

Functions

static PortableServer::POA_ptr createPersistentPOA (PortableServer::POA_ptr root_poa, const char *poa_name)
 

Variables

static const ACE_Time_Value DEFAULT_SHUTDOWN_TIMEOUT (0, 5000 *1000)
 

Function Documentation

◆ createPersistentPOA()

static PortableServer::POA_ptr createPersistentPOA ( PortableServer::POA_ptr root_poa,
const char * poa_name )
static

Variable Documentation

◆ DEFAULT_SHUTDOWN_TIMEOUT

const ACE_Time_Value DEFAULT_SHUTDOWN_TIMEOUT(0, 5000 *1000) ( 0 ,
5000 * 1000 )
static

We want to give shutdown a little more time to work, so that we can guarantee to the tao_imr utility that it has shutdown. The tao_imr utility prints a different message depending on whether shutdown succeeds or times out.