TAO_Implementation_Repository  2.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Variables
ImR_LocatorS.cpp File Reference
#include "ImR_LocatorS.h"
#include "tao/PortableServer/Operation_Table_Dynamic_Hash.h"
#include "tao/PortableServer/Upcall_Command.h"
#include "tao/PortableServer/Upcall_Wrapper.h"
#include "tao/TAO_Server_Request.h"
#include "tao/ORB_Core.h"
#include "tao/Profile.h"
#include "tao/Stub.h"
#include "tao/IFR_Client_Adapter.h"
#include "tao/Object_T.h"
#include "tao/AnyTypeCode/TypeCode.h"
#include "tao/AnyTypeCode/DynamicC.h"
#include "tao/CDR.h"
#include "tao/operation_details.h"
#include "tao/PortableInterceptor.h"
#include "ace/Dynamic_Service.h"
#include "ace/Malloc_Allocator.h"

Classes

class  POA_ImplementationRepository::register_activator_Locator
class  POA_ImplementationRepository::unregister_activator_Locator
class  POA_ImplementationRepository::notify_child_death_Locator

Namespaces

namespace  POA_ImplementationRepository

Macros

#define _TAO_IDL_IMR_LOCATORS_WDHIKM_CPP_

Variables

static const TAO_operation_db_entry ImplementationRepository_Locator_operations []
static const ::CORBA::Long _tao_ImplementationRepository_Locator_optable_size = sizeof (ACE_Hash_Map_Entry<const char *, TAO::Operation_Skeletons>) * (51)
static char _tao_ImplementationRepository_Locator_optable_pool [_tao_ImplementationRepository_Locator_optable_size]
static ACE_Static_Allocator_Base _tao_ImplementationRepository_Locator_allocator (_tao_ImplementationRepository_Locator_optable_pool, _tao_ImplementationRepository_Locator_optable_size)
static TAO_Dynamic_Hash_OpTable tao_ImplementationRepository_Locator_optable (ImplementationRepository_Locator_operations, 17, 34,&_tao_ImplementationRepository_Locator_allocator)

Macro Definition Documentation

Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.1 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/

Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html


Variable Documentation

const ::CORBA::Long _tao_ImplementationRepository_Locator_optable_size = sizeof (ACE_Hash_Map_Entry<const char *, TAO::Operation_Skeletons>) * (51)
static
Initial value:
 {
  {"activate_server", &POA_ImplementationRepository::Locator::activate_server_skel, 0},
  {"add_or_update_server", &POA_ImplementationRepository::Locator::add_or_update_server_skel, 0},
  {"remove_server", &POA_ImplementationRepository::Locator::remove_server_skel, 0},
  {"shutdown_server", &POA_ImplementationRepository::Locator::shutdown_server_skel, 0},
  {"server_is_running", &POA_ImplementationRepository::Locator::server_is_running_skel, 0},
  {"server_is_shutting_down", &POA_ImplementationRepository::Locator::server_is_shutting_down_skel, 0},
  {"find", &POA_ImplementationRepository::Locator::find_skel, 0},
  {"list", &POA_ImplementationRepository::Locator::list_skel, 0},
  {"shutdown", &POA_ImplementationRepository::Locator::shutdown_skel, 0},
  {"register_activator", &POA_ImplementationRepository::Locator::register_activator_skel, 0},
  {"unregister_activator", &POA_ImplementationRepository::Locator::unregister_activator_skel, 0},
  {"notify_child_death", &POA_ImplementationRepository::Locator::notify_child_death_skel, 0},
  {"_is_a", &TAO_ServantBase::_is_a_thru_poa_skel, 0},
  {"_non_existent", &TAO_ServantBase::_non_existent_thru_poa_skel, 0},
  {"_component", &TAO_ServantBase::_component_thru_poa_skel, 0},
  {"_interface", &TAO_ServantBase::_interface_skel, 0},
  {"_repository_id", &TAO_ServantBase::_repository_id_thru_poa_skel, 0}
}