- saveAllChanges() - Method in class org.lsst.ccs.startup.ConfigurationEnvironment
-
Saves all changes in their current configuration.
- saveChangesForCategories(String...) - Method in class org.lsst.ccs.startup.ConfigurationEnvironment
-
Changes made in the specified categories are saved under the current configuration
for this category, changes on parameters that belong to other categories
are left unchanged.
- saveChangesForCategoriesAs(String...) - Method in class org.lsst.ccs.startup.ConfigurationEnvironment
-
Changes made in the specified categories are saved under the newly specified
name for this category, changes on parameters that belong to other categories
are left unchanged.
- saveInCache(DescriptiveNode, String, String, String) - Static method in class org.lsst.ccs.startup.BootUtils
-
saves the latest run configuration in a local cache.
- sendSignal(Signal) - Method in class org.lsst.ccs.startup.ConfigurationEnvironment
-
- stop(long) - Method in class org.lsst.ccs.startup.NodeModularSubsystem
-
forwards a STOP signal to all components (that are signalHandlers)
- stop() - Method in class org.lsst.ccs.startup.NodeModularSubsystem
-
same as stop(delay) but with an infinite delay
- stopAndWait(long) - Method in class org.lsst.ccs.startup.NodeModularSubsystem
-
forwards a STOP signal to all components and then checks if all hardwares have been stopped within expectedMaxDelay
- submitChange(String, Object) - Method in class org.lsst.ccs.startup.ConfigurationEnvironment
-
- SubsystemBoot - Class in org.lsst.ccs.startup
-
- SubsystemBoot() - Constructor for class org.lsst.ccs.startup.SubsystemBoot
-
- SubsystemBootFromStream - Class in org.lsst.ccs.startup
-
Boots a subsystem from a local resource.
- SubsystemBootFromStream() - Constructor for class org.lsst.ccs.startup.SubsystemBootFromStream
-