#include "ciao/Containers/Session/Session_Container_export.h"
#include "tao/PortableServer/Servant_Base.h"
#include "ciao/Containers/Container_Base.h"
#include "ccm/CCM_HomeExecutorBaseC.h"
#include "ccm/CCM_EnterpriseComponentC.h"
#include "Session_Container.inl"
Classes |
struct | CIAO::Static_Config_EntryPoints_Maps |
interface | CIAO::Session_Container |
Namespaces |
namespace | CIAO |
namespace | CIAO::Deployment |
Typedefs |
typedef
::Components::HomeExecutorBase_ptr(* | CIAO::HomeFactory )(void) |
typedef ::PortableServer::Servant(* | CIAO::HomeServantFactory )(::Components::HomeExecutorBase_ptr p,::CIAO::Container_ptr c, const char *ins_name) |
typedef
::Components::EnterpriseComponent_ptr(* | CIAO::ComponentFactory )(void) |
typedef ::PortableServer::Servant(* | CIAO::ComponentServantFactory )(::Components::EnterpriseComponent_ptr,::CIAO::Container_ptr, const char *) |
typedef
ACE_Hash_Map_Manager_Ex
< ACE_CString, HomeFactory,
ACE_Hash< ACE_CString >
, ACE_Equal_To< ACE_CString >
, ACE_Null_Mutex > | CIAO::HOMECREATOR_FUNCPTR_MAP |
typedef
ACE_Hash_Map_Manager_Ex
< ACE_CString,
HomeServantFactory, ACE_Hash
< ACE_CString >, ACE_Equal_To
< ACE_CString >
, ACE_Null_Mutex > | CIAO::HOMESERVANTCREATOR_FUNCPTR_MAP |
typedef
ACE_Hash_Map_Manager_Ex
< ACE_CString,
ComponentFactory, ACE_Hash
< ACE_CString >, ACE_Equal_To
< ACE_CString >
, ACE_Null_Mutex > | CIAO::COMPONENTCREATOR_FUNCPTR_MAP |
typedef
ACE_Hash_Map_Manager_Ex
< ACE_CString,
ComponentServantFactory,
ACE_Hash< ACE_CString >
, ACE_Equal_To< ACE_CString >
, ACE_Null_Mutex > | CIAO::COMPONENTSERVANTCREATOR_FUNCPTR_MAP |
Detailed Description
- Id:
- Session_Container.h 90308 2010-05-26 13:43:24Z wotte
Header file for CIAO's container implementations
- Author:
- Nanbor Wang <nanbor@cs.wustl.edu>
-
Gan Deng <dengg@dre.vanderbilt.edu>