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 | DomainApplicationManager_Impl |
class | Node_Locator |
class | ExecutionManager_Impl |
class | Logger_Service |
class | NodeApplication_Impl |
class | NodeApplicationManager_Impl |
class | NodeManager_Impl |
class | RepositoryManagerDaemon_i |
class | DomainDataManager |
Responsible for maintaining the Domain Information. More... | |
class | ResourceCommitmentManager_i |
class | TargetManagerDaemon_i |
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 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 | 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_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::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::STANDALONE_NM = "edu.vanderbilt.dre.DAnCE.StandaloneNM" |
Indicates that the NodeManager is running as a standalone entity.