| Interface and Description |
|---|
| org.lsst.ccs.framework.Configurable |
| org.lsst.ccs.framework.Configurable.Environment
Use ComponentConfigurationEnvironment instead
|
| Class and Description |
|---|
| org.lsst.ccs.framework.ConfigurableComponent
Use Configurable instead.
|
| org.lsst.ccs.config.ConfigurableSubsystem
Configuration commands are moved to the subsystem itself. Use Subsystem instead.
|
| org.lsst.ccs.startup.NodeModularSubsystem
The functionality of this class is encapsulated in Subsystem so this
class is no longer needed.
|
| Exceptions and Description |
|---|
| org.lsst.ccs.framework.ConfigurationServiceException
use org.lsst.ccs.config.ConfigurationServiceException instead
|
| Method and Description |
|---|
| org.lsst.ccs.framework.Configurable.change(String, Object) |
| org.lsst.ccs.framework.Configurable.Environment.change(String, Object)
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Subsystem.change(String, String, Object)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.commitBulkChange()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.Environment.dropAllChanges()
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Subsystem.dropAllChanges()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.dropAllSubmittedChanges()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.Environment.dropBulkChange() |
| org.lsst.ccs.framework.Configurable.Environment.dropChangesForCategories(String...)
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Subsystem.dropChangesForCategories(String...)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.dropSubmittedChanges() |
| org.lsst.ccs.Subsystem.dropSubmittedChangesForComponent(String)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.findAvailableConfigurationsForCategory(String)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.getAllSubmittedChanges()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.getCategories()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.getChildren(Class<T>)
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.Environment.getChildren(Class<T>)
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.getComponentByName(String)
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.Environment.getComponentByName(String)
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.Subsystem.getConfigurationInfo()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.getCurrentValuesForComponent(String, Set<String>)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.getEnvironment()
Implement interface
UsesSubsystem and
use method ComponentConfigurationEnvironment getComponentConfigurationEnvironment()
instead |
| org.lsst.ccs.Subsystem.getLookup()
Use getComponentLookup instead
|
| org.lsst.ccs.framework.Configurable.Environment.getNameOfComponent()
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.getParent()
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.Environment.getParent()
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.getParentObject()
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.framework.Configurable.getSubmittedChanges() |
| org.lsst.ccs.framework.Configurable.Environment.getSubmittedChanges() |
| org.lsst.ccs.Subsystem.getSubmittedChangesForComponent(String)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.Environment.getSubsystem()
Use Subsystem.getSubsystemForObject(this) instead.
|
| org.lsst.ccs.Subsystem.getTag()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.init()
Use methods on HasLifecycle instead
|
| org.lsst.ccs.framework.Configurable.isParameterConfigurable(String) |
| org.lsst.ccs.framework.Configurable.Environment.isParameterConfigurable(String) |
| org.lsst.ccs.Subsystem.isParameterConfigurable(String, String)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.loadCategories(String...)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Subsystem.loadConfiguration(String...)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.drivers.commons.PowerSupplyDriver.open(int, String, int) |
| org.lsst.ccs.framework.Configurable.postStart()
Use methods on HasLifecycle instead
|
| org.lsst.ccs.framework.Configurable.printConfigurableParameters(String...) |
| org.lsst.ccs.framework.Configurable.Environment.printConfigurableParameters(String[]) |
| org.lsst.ccs.framework.Configurable.Environment.saveAllChanges()
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Subsystem.saveAllChanges()
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.Environment.saveChangesForCategories(String...)
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Subsystem.saveChangesForCategories(String...)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.Environment.saveChangesForCategoriesAs(String...)
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Subsystem.saveChangesForCategoriesAs(String...)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.config.ConfigurationBulkChangeHandler.setBulkParameter(Map<String, Object>)
use setParameterBulk instead
|
| org.lsst.ccs.framework.Configurable.setBulkParameter(Map<String, Object>)
Use methods on ConfigurationBulkChangeHandler instead
|
| org.lsst.ccs.framework.Configurable.shutdownNow()
Use methods on HasLifecycle instead
|
| org.lsst.ccs.framework.Configurable.start()
Use methods on HasLifecycle instead
|
| org.lsst.ccs.framework.Configurable.submitChange(String, Object) |
| org.lsst.ccs.framework.Configurable.Environment.submitChange(String, Object) |
| org.lsst.ccs.Subsystem.submitChange(String, String, Object)
use the configuration API through the ConfigurationCommandSet object
accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.submitChanges(Map<String, Object>) |
| org.lsst.ccs.Agent.updateAgentState(String, Enum...)
use updateAgentState(Enum... stateChagnes) instead
|
| org.lsst.ccs.framework.Configurable.validateBulkChange(Map<String, Object>)
Use methods on ConfigurationBulkChangeHandler instead
|
| Enum Constant and Description |
|---|
| org.lsst.ccs.bus.states.ConfigurationState.CONFIGURING |
| org.lsst.ccs.bus.states.ConfigurationState.UNCONFIGURED |
Copyright © 2016 LSST. All rights reserved.