| Interface and Description |
|---|
| org.lsst.ccs.framework.Configurable
The different purposes of this interface have been split in
specific interfaces. see
ConfigurationBulkChangeHandler, HasLifecycle, UsesSubsystem |
| org.lsst.ccs.framework.Configurable.Environment
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.UsesSubsystem
The enclosing subsystem can be set to any Subsystem field using
the
LookupField annotation with
strategy Strategy.TOP |
| 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.
|
| Exceptions and Description |
|---|
| org.lsst.ccs.framework.ConfigurationServiceException
use org.lsst.ccs.config.ConfigurationServiceException instead
|
| Method and Description |
|---|
| org.lsst.ccs.AlertService.addClearAlertHandler(ClearAlertHandler)
This call is no longer needed as the ClearAlertHandler should be picked up by the framework
|
| org.lsst.ccs.Agent.addClearAlertHandler(ClearAlertHandler)
This call is no longer needed as the ClearAlertHandler should be picked up by the framework
|
| org.lsst.ccs.framework.Configurable.change(String, Object) |
| org.lsst.ccs.framework.Configurable.Environment.change(String, Object)
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Agent.change(String, String, Object)
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.clearAlerts(String...)
Address the alert service directly.
|
| org.lsst.ccs.Agent.clearAllAlerts()
Use the alert service directly.
|
| org.lsst.ccs.Agent.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.Agent.dropAllChanges()
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.dropAllSubmittedChanges()
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.Environment.dropBulkChange() |
| org.lsst.ccs.ComponentConfigurationEnvironment.dropBulkChange()
use dropSubmittedChanges instead.
|
| org.lsst.ccs.framework.Configurable.Environment.dropChangesForCategories(String...)
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Agent.dropChangesForCategories(String...)
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.dropSubmittedChanges() |
| org.lsst.ccs.Agent.dropSubmittedChangesForComponent(String)
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.findAvailableConfigurationsForCategory(String)
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.getAlertService() |
| org.lsst.ccs.Agent.getAllSubmittedChanges()
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.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.Agent.getConfigurationInfo()
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.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.Agent.getMonitor()
Use @LookupField annotation 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.description.ComponentLookup.getParent(String)
use the @LookupField annotation instead
|
| org.lsst.ccs.framework.Configurable.getParentObject()
use getComponentLookup() from Subsystem instead
|
| org.lsst.ccs.Agent.getRaisedAlertSummary()
Use the alert service directly.
|
| org.lsst.ccs.framework.Configurable.getSubmittedChanges() |
| org.lsst.ccs.framework.Configurable.Environment.getSubmittedChanges() |
| org.lsst.ccs.Agent.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.Agent.getSubsystemConfigurationEnvironment()
Use @LookupField annotation instead.
|
| org.lsst.ccs.Agent.getTag()
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.framework.Configurable.isParameterConfigurable(String) |
| org.lsst.ccs.framework.Configurable.Environment.isParameterConfigurable(String) |
| org.lsst.ccs.Agent.isParameterConfigurable(String, String)
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.loadCategories(String...)
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| org.lsst.ccs.Agent.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.Agent.persistNow()
Address the persistency service directly
|
| org.lsst.ccs.framework.Configurable.printConfigurableParameters(String...) |
| org.lsst.ccs.framework.Configurable.Environment.printConfigurableParameters(String[]) |
| org.lsst.ccs.monitor.Monitor.AlarmHandler.processAlarm(int, int) |
| org.lsst.ccs.Agent.raiseAlert(Alert, AlertState, String)
address the alert service directly
|
| org.lsst.ccs.framework.Configurable.Environment.saveAllChanges()
Use ComponentConfigurationEnvironment instead
|
| org.lsst.ccs.Agent.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.Agent.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.Agent.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.Agent.start()
use
Agent.startAgent() instead |
| org.lsst.ccs.framework.Configurable.submitChange(String, Object) |
| org.lsst.ccs.framework.Configurable.Environment.submitChange(String, Object) |
| org.lsst.ccs.Agent.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.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 © 2017 LSST. All rights reserved.