A struct which captures the binding information about a component. More...
Namespaces | |
| namespace | ExecutionManager |
| namespace | Name_Utilities |
| namespace | Node_Manager |
| namespace | Repository_Manager |
| namespace | RepositoryManager |
| namespace | Target_Manager |
Classes | |
| class | DomainApplication_Impl |
| This class implements the DomainApplication interface. More... | |
| class | DA_NAM_ReplyHandlerImpl |
| class | DA_NA_ReplyHandlerImpl |
| class | DomainApplicationManager_Impl |
| class | DAM_NM_ReplyHandlerImpl |
| class | Node_Locator |
| class | ExecutionManager_Impl |
| class | Logger_Service |
| class | NodeApplication_Impl |
| class | NodeApplicationManager_Impl |
| class | NodeManager_Impl |
| struct | Deployment_Failure |
| class | EM_Launcher |
| class | NM_Launcher |
| class | Plan_Launcher_Base |
| class | Plan_Launcher_Base_Impl |
| This class launches and manages deployment plans. More... | |
| class | RepositoryManagerDaemon_i |
| class | DomainDataManager |
| Responsible for maintaining the Domain Information. More... | |
| class | ResourceCommitmentManager_i |
| class | TargetManagerDaemon_i |
| class | Completion_Counter_Base |
| class | CompletionHandler |
| class | Convert_Plan |
| class | Split_Plan |
Typedefs | |
| typedef ACE_Hash_Map_Manager_Ex < ACE_CString, CORBA::Any, ACE_Hash< ACE_CString > , ACE_Equal_To< ACE_CString > , ACE_Null_Mutex > | PROPERTY_MAP |
| typedef CompletionHandler < DomainApplication_Impl > | DA_CompletionHandler |
| typedef ACE_Refcounted_Auto_Ptr < DA_CompletionHandler, ACE_Null_Mutex > | DA_CompletionHandler_AutoPtr |
| typedef PortableServer::Servant_var < DomainApplication_Impl > | DomainApplication_Impl_var |
| typedef PortableServer::Servant_var < DomainApplicationManager_Impl > | DomainApplicationManager_Impl_var |
| typedef CompletionHandler < DomainApplicationManager_Impl > | DAM_CompletionHandler |
| typedef ACE_Refcounted_Auto_Ptr < DAM_CompletionHandler, ACE_Null_Mutex > | DAM_CompletionHandler_AutoPtr |
| typedef PortableServer::Servant_var < ExecutionManager_Impl > | ExecutionManager_Impl_var |
| typedef ACE_Singleton < DomainDataManager, ACE_SYNCH_RECURSIVE_MUTEX > | DomainDataManager_Singleton |
Variables | |
| const string | HOME_FACTORY = "home factory" |
| Describes the entrypoint for the home executor. Property value is string. | |
| const string | COMPONENT_FACTORY = "component factory" |
| Describes the entrypoint for the component executor. Property value is string. | |
| const string | EXPLICIT_HOME = "edu.vanderbilt.dre.DAnCE.ExplicitHome" |
| const string | SERVER_EXECUTABLE = "edu.vanderbilt.dre.DAnCE.ServerExecutable" |
| const string | IMPL_TYPE = "edu.vanderbilt.dre.DAnCE.ImplementationType" |
| const string | REGISTER_NAMING = "edu.vanderbilt.dre.DAnCE.RegisterNaming" |
| const string | INSTANCE_IOR_FILE = "edu.vanderbilt.dre.DAnCE.InstanceIOR" |
| const string | STANDALONE_NM = "edu.vanderbilt.dre.DAnCE.StandaloneNM" |
| Indicates that the NodeManager is running as a standalone entity. | |
| const string | DOMAIN_NC = "edu.vanderbilt.dre.DAnCE.DomainNC" |
| const string | INSTANCE_NC = "edu.vanderbilt.dre.DAnCE.InstanceNC" |
| Indicates the naming context used for instance objects. | |
A struct which captures the binding information about a component.
| typedef ACE_Refcounted_Auto_Ptr<DA_CompletionHandler, ACE_Null_Mutex> DAnCE::DA_CompletionHandler_AutoPtr |
| typedef ACE_Refcounted_Auto_Ptr<DAM_CompletionHandler, ACE_Null_Mutex> DAnCE::DAM_CompletionHandler_AutoPtr |
| typedef PortableServer::Servant_var<DomainApplicationManager_Impl> DAnCE::DomainApplicationManager_Impl_var |
| typedef ACE_Singleton<DomainDataManager, ACE_SYNCH_RECURSIVE_MUTEX> DAnCE::DomainDataManager_Singleton |
| typedef ACE_Hash_Map_Manager_Ex<ACE_CString, CORBA::Any, ACE_Hash<ACE_CString>, ACE_Equal_To<ACE_CString>, ACE_Null_Mutex> DAnCE::PROPERTY_MAP |
| const string DAnCE::COMPONENT_FACTORY = "component factory" |
Describes the entrypoint for the component executor. Property value is string.
| const string DAnCE::DOMAIN_NC = "edu.vanderbilt.dre.DAnCE.DomainNC" |
Indicates the naming context for domain objects, which includes infrastructure and redirection.
| const string DAnCE::EXPLICIT_HOME = "edu.vanderbilt.dre.DAnCE.ExplicitHome" |
Indicates that the component instance should be deployed using specified home ID. Property value is string.
| const string DAnCE::HOME_FACTORY = "home factory" |
Describes the entrypoint for the home executor. Property value is string.
| const string DAnCE::IMPL_TYPE = "edu.vanderbilt.dre.DAnCE.ImplementationType" |
| const string DAnCE::INSTANCE_IOR_FILE = "edu.vanderbilt.dre.DAnCE.InstanceIOR" |
Indicates that the instance object reference should be printed to a specifid file. Property value is string.
| const string DAnCE::INSTANCE_NC = "edu.vanderbilt.dre.DAnCE.InstanceNC" |
Indicates the naming context used for instance objects.
| const string DAnCE::REGISTER_NAMING = "edu.vanderbilt.dre.DAnCE.RegisterNaming" |
Indicates that the instance object reference should be registered in the Instance naming context using a specified name. Property value is string.
| const string DAnCE::SERVER_EXECUTABLE = "edu.vanderbilt.dre.DAnCE.ServerExecutable" |
| const string DAnCE::STANDALONE_NM = "edu.vanderbilt.dre.DAnCE.StandaloneNM" |
Indicates that the NodeManager is running as a standalone entity.
1.6.2