import "Deployment/Deployment_Base.idl";
Classes | |
struct | DAnCE::SHS::Status_Update |
Namespaces | |
namespace | DAnCE |
namespace | DAnCE::SHS |
namespace | DAnCE::SHS::Constants |
Enumerations | |
enum | DAnCE::SHS::Instance_Status { DAnCE::SHS::INST_INSTALLED, DAnCE::SHS::INST_ACTIVE, DAnCE::SHS::INST_PASSIVE, DAnCE::SHS::INST_ERROR, DAnCE::SHS::INST_DEFUNCT } |
Enumberation describing liveness status of event. More... | |
Variables | |
const string | DAnCE::SHS::Constants::SHS_DIAGNOSTIC = "edu.vanderbilt.dre.DAnCE.SHS.Diagnostic" |
Diagnostic message. | |
const string | DAnCE::SHS::Constants::SHS_PID = "edu.vanderbilt.dre.DAnCE.SHS.PID" |
Process ID. | |
const string | DAnCE::SHS::Constants::SHS_PRIORITY = "edu.vanderbilt.dre.DAnCE.SHS.Priority" |
Process or thread priority. | |
const string | DAnCE::SHS::Constants::SHS_AFFINITY = "edu.vanderbilt.dre.DAnCE.SHS.Affinity" |
Process affinity mask. | |
const string | DAnCE::SHS::Constants::SHS_TPOOL = "edu.vanderbilt.dre.DAnCE.SHS.ThreadPool" |
Number of threads configured with the reactor. | |
const string | DAnCE::SHS::Constants::SHS_HOSTED_INSTANCES = "edu.vanderbilt.dre.DAnCE.SHS.HostedInstances" |
IDs of hosted instances. | |
const string | DAnCE::SHS::Constants::SHS_MEM_FP = "edu.vanderbilt.dre.DAnCE.SHS.MemoryFootprint" |
Memory footprint of the instance. | |
const string | DAnCE::SHS::Constants::SHS_INSTANCE_REF = "edu.vanderbilt.dre.DAnCE.SHS.InstanceReference" |
Reference to instance (Appropriate reference type). | |
const string | DAnCE::SHS::Constants::SHS_CONNECTION = "edu.vanderbilt.dre.DAnCE.SHS.Connection" |
Sequence of properties found in the deployment plan. | |
const string | DAnCE::SHS::Constants::SHS_CONN_PROVIDER = "edu.vanderbilt.dre.DAnCE.SHS.Connection.Provider" |
ID of 'provider' instance, if present (string, format component_id:port_name). | |
const string | DAnCE::SHS::Constants::SHS_CONN_RECIPIENT = "edu.vanderbilt.dre.DAnCE.SHS.Connection.Recipient" |
ID of non-'provider' instance, if present (string, format component_id:port_name). | |
const string | DAnCE::SHS::Constants::SHS_CONN_PORT_KIND = "edu.vanderbilt.dre.DAnCE.SHS.Connection.Kind" |
Connection type (appropriate port kind, e.g. CCMComponentPortKind). | |
const string | DAnCE::SHS::Constants::SHS_CONN_EXTERNAL_ENDPOINT = "edu.vanderbilt.dre.DAnCE.SHS.Connection.ExternalEndpoint" |
External endpoint (Deployment::ExternalReferenceEndpoint). |