| Interface | Description |
|---|---|
| ConfigurationService |
Abstract services definition for Configuration Service.
|
| Class | Description |
|---|---|
| ConfigurationServerModule |
A CCS module that delegates Configuration Service calls to a local
ConfigurationServiceImpl object.
|
| ConfigurationServerSystem |
A subsystem that listens on the buses for request for boot data, or for other subsystems
status notifications fired when they start with a configuration (or give up);
it is also a full-fledged Configuration service that can receive and execute commands.
|
| ConfigurationServiceImpl |
A raw implementation of Configuration Service that delegates to a ConfigurationFacade
object.
|
| DescriptionDeprecationEvent |
Notification of a Subsystem Deprecation.
|
| DescriptionResult |
A data structure that groups the results of a subsystem description registration.
|
| ProfileDeprecationEvent |
Notification of a ConfigProfile Deprecation.
|
| ProfileResult |
A data structure that groups the result of a ConfigProfile registration.
|
| RMIConfigurationServer |
A RMI server for Configuration service that delegates to a local
ConfigurationServiceImpl object.
|
Copyright © 2015 LSST. All rights reserved.