summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Base/CIAO_Properties.idl
blob: a0aa3ad735c2cd5cbb2badabd908ebb5b38e55b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**
 * @file CIAO_Properties.idl
 * @author William R. Otte
 *
 * Standardizes names of config values used by CIAO.
 */

#ifndef CIAO_PROPERTIES_IDL
#define CIAO_PROPERTIES_IDL

module CIAO
{
  module Deployment
  {
    const string SVNT_ENTRYPT = "edu.vanderbilt.dre.CIAO.ServantEntrypoint";
    const string SVNT_ARTIFACT = "edu.vanderbilt.dre.CIAO.ServantArtifact";
    const string EXEC_ARTIFACT = "edu.vanderbilt.dre.CIAO.ExecutorArtifact";
    const string OPEN_MODE = "edu.vanderbilt.dre.CIAO.OpenMode";
    const string COMPONENT_FACTORY = "component factory";
    const string HOME_FACTORY = "home factory";
    const string COMPONENT_HOME = "edu.vanderbilt.dre.CIAO.ComponentHomeId";
    const string CONTAINER_ID = "edu.vanderbilt.dre.CIAO.ContainerId";

    const string CCM_CONTAINER = "edu.vanderbilt.dre.CCM.Container";
    const string CCM_HOME = "edu.vanderbilt.dre.CCM.Home";
    const string CCM_COMPONENT = "edu.vanderbilt.dre.CCM.Component";
    const string CCM_HOMEDCOMPONENT = "edu.vanderbilt.dre.CCM.HomedComponent";
    const string CCM_CONNECTOR = "edu.vanderbilt.dre.CCM.Connector";

    const string SERVICE_REF = "edu.vanderbilt.dre.CIAO.ServiceReference";

  };
};
#endif /* CIAO_PROPERTIES_IDL */