| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.config.remote |
Remote operations on the Configuration service.
|
| org.lsst.ccs.framework | |
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusMaster
A bus master is a subsystem that can send write commands and acquire locks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableSubsystem
Abstract subclass of subsystems which provides access to the configuration proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
default Subsystem |
Configurable.getSubsystem() |
Subsystem |
Module.getSubsystem() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Subsystem> |
Configurable.Environment.getSubsystem() |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeModularSubsystem
the top modular subsystem that deals with configuration proxy and lookup service
|
| Modifier and Type | Method and Description |
|---|---|
static Subsystem |
BootUtils.getSubsystemFromFile(String descriptionName)
Builds a
Subsystem instance out of a description file. |
static Subsystem |
BootUtils.getSubsystemFromFile(String descriptionName,
String configName)
Builds a
Subsystem given a description name and an initial
configuration. |
static Subsystem |
BootUtils.getSubsystemFromFile(String pathName,
String propertiesFileName,
String subsystemAlias)
Builds a
Subsystem given a description name, an initial
configuration and a alias. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Subsystem> |
ConfigurationEnvironment.getSubsystem() |
Copyright © 2016 LSST. All rights reserved.