typedef string acsdaemon::services_definition_xml |
An XML string that describes the services to be started or shut down by one or more services daemons.
const string acsdaemon::containerDaemonServiceName = "ACSContainerDaemon" |
This service name is used by acsdaemon clients (scripts, manager etc) to resolve the container daemon reference.
const string acsdaemon::servicesDaemonServiceName = "ACSServicesDaemon" |
This service name is used by acsdaemon clients (scripts, manager etc) to resolve the services daemon reference.
const string acsdaemon::systemNotificationServiceAlarms = "AlarmNotifyEventChannelFactory" |
String constant for use in ServicesDaemon#start_notification_service and ServiceDefinitionBuilder#add_notification_service to start the system-defined alarm notification service. Note that in ACS lingo the NC process that we start is called "notification service" whereas Corba says "event channel factory".
const string acsdaemon::systemNotificationServiceDefault = "NotifyEventChannelFactory" |
String constant for use in ServicesDaemon#start_notification_service and ServiceDefinitionBuilder#add_notification_service to start the system-defined default notification service for NC events. Note that in ACS lingo the NC process that we start is called "notification service" whereas Corba says "event channel factory".
const string acsdaemon::systemNotificationServiceLogging = "LoggingNotifyEventChannelFactory" |
String constant for use in ServicesDaemon#start_notification_service and ServiceDefinitionBuilder#add_notification_service to start the system-defined logging notification service. Note that in ACS lingo the NC process that we start is called "notification service" whereas Corba says "event channel factory".
const string acsdaemon::systemNotificationServiceMonitorarchive = "ArchiveNotifyEventChannelFactory" |
String constant for use in ServicesDaemon#start_notification_service and ServiceDefinitionBuilder#add_notification_service to start the system-defined notification service to transport monitor data to the archive (will be removed in the future!). Note that in ACS lingo the NC process that we start is called "notification service" whereas Corba says "event channel factory".