| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.config.remote |
Remote operations on the Configuration service.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigProfile |
Factories.copyProfile(ConfigProfile toBeCopied,
String newName,
boolean toEngineering)
to be used to create a copy of configuration with different tag, etc.
|
static ConfigProfile |
Factories.createRawConfigProfile(SubsystemDescription subsystemDesc,
String category,
String configName)
Creates an empty ConfigProfile.
|
ConfigProfile |
ConfigurationFacade.deprecateConfigProfile(String subsystemName,
String name,
String tag)
Deprecates a ConfigProfile.
|
ConfigProfile |
ConfigurationFacade.getActiveConfigProfile(String subsystemName,
String name,
String tag)
returns an active ConfigProfile with name and tag
|
ConfigProfile |
ConfigurationFacade.getConfigRunningAt(String subsystemName,
long date)
returns the ConfigProfile active when a subsystem was running at that date.
|
ConfigProfile |
ConfigurationFacade.getConfigValidAt(String subsystemName,
String configName,
String configTag,
long date)
tries to get a ConfigProfile which was valid at a given date.
|
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag
|
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag.
|
ConfigProfile |
LocalConfigurationProxy.getProfileForCat(String categoryName) |
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigProfile> |
ConfigurationFacade.Profiles.getNotRegistered() |
List<ConfigProfile> |
ConfigurationFacade.Profiles.getRegistered() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationFacade.Profiles.addNotRegistered(ConfigProfile conf) |
void |
ConfigurationFacade.Profiles.addRegistered(ConfigProfile conf) |
void |
DeprecationListener.configProfileDeprecating(ConfigProfile profile) |
static ConfigProfile |
Factories.copyProfile(ConfigProfile toBeCopied,
String newName,
boolean toEngineering)
to be used to create a copy of configuration with different tag, etc.
|
ConfigProfile |
ConfigurationFacade.getNext(ConfigProfile current)
gets the next modified ConfigProfile with same name and tag
|
ConfigProfile |
ConfigurationFacade.getPrevious(ConfigProfile current)
gets a previous ConfigProfile with the same name and tag.
|
ParameterConfiguration |
ConfigurationFacade.modifyParmDuringEngineering(ConfigProfile profile,
String path,
long timeStamp,
String value)
changes a parameter value during engineering session
|
ConfigProfile |
ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
registers a ConfigProfile in the database.
|
void |
MemoryDAO.saveAbstractConfig(ConfigProfile profile) |
| Modifier and Type | Field and Description |
|---|---|
ConfigProfile |
ProfileDeprecationEvent.deprecating |
| Modifier and Type | Method and Description |
|---|---|
ConfigProfile |
ConfigurationServerModule.getActiveConfigProfile(String subsystemName,
String name,
String tag) |
ConfigProfile |
ConfigurationServiceImpl.getActiveConfigProfile(String subsystemName,
String name,
String tag) |
ConfigProfile |
ConfigurationService.getActiveConfigProfile(String subsystemName,
String name,
String tag)
gets an active ConfigProfile with anme and tag
|
ConfigProfile |
RMIConfigurationServer.getActiveConfigProfile(String subsystemName,
String name,
String tag) |
ConfigProfile |
ConfigurationServerModule.getConfigRunningAt(String subsystemName,
long date) |
ConfigProfile |
ConfigurationServiceImpl.getConfigRunningAt(String subsystemName,
long date) |
ConfigProfile |
ConfigurationService.getConfigRunningAt(String subsystemName,
long date)
Returns the Configuration which was running for a given subsystem at a moment in time
|
ConfigProfile |
RMIConfigurationServer.getConfigRunningAt(String subsystemName,
long date) |
ConfigProfile |
ConfigurationServerModule.getConfigValidAt(String subsystemName,
String name,
String tag,
long date) |
ConfigProfile |
ConfigurationServiceImpl.getConfigValidAt(String subsystemName,
String name,
String tag,
long date) |
ConfigProfile |
ConfigurationService.getConfigValidAt(String subsystemName,
String configName,
String configTag,
long date)
Gets a ConfigProfile which was (or is) valid at a precise moment.
|
ConfigProfile |
RMIConfigurationServer.getConfigValidAt(String subsystemName,
String name,
String tag,
long date) |
ConfigProfile |
ConfigurationServerModule.getNext(ConfigProfile current) |
ConfigProfile |
ConfigurationServiceImpl.getNext(ConfigProfile current) |
ConfigProfile |
ConfigurationService.getNext(ConfigProfile current)
Gets a (deprecated or "alive") ConfigProfile with same name and tag
as the argument
|
ConfigProfile |
RMIConfigurationServer.getNext(ConfigProfile current) |
ConfigProfile |
ConfigurationServerModule.getPrevious(ConfigProfile current) |
ConfigProfile |
ConfigurationServiceImpl.getPrevious(ConfigProfile current) |
ConfigProfile |
ConfigurationService.getPrevious(ConfigProfile current)
gets a (deprecated) ConfigProfile with same name and tag
as the argument.
|
ConfigProfile |
RMIConfigurationServer.getPrevious(ConfigProfile current) |
ConfigProfile |
ProfileResult.getResult() |
| Modifier and Type | Method and Description |
|---|---|
ConfigProfile |
ConfigurationServerModule.getNext(ConfigProfile current) |
ConfigProfile |
ConfigurationServiceImpl.getNext(ConfigProfile current) |
ConfigProfile |
ConfigurationService.getNext(ConfigProfile current)
Gets a (deprecated or "alive") ConfigProfile with same name and tag
as the argument
|
ConfigProfile |
RMIConfigurationServer.getNext(ConfigProfile current) |
ConfigProfile |
ConfigurationServerModule.getPrevious(ConfigProfile current) |
ConfigProfile |
ConfigurationServiceImpl.getPrevious(ConfigProfile current) |
ConfigProfile |
ConfigurationService.getPrevious(ConfigProfile current)
gets a (deprecated) ConfigProfile with same name and tag
as the argument.
|
ConfigProfile |
RMIConfigurationServer.getPrevious(ConfigProfile current) |
ProfileResult |
ConfigurationServerModule.registerConfigProfile(ConfigProfile newProfile) |
ProfileResult |
ConfigurationServiceImpl.registerConfigProfile(ConfigProfile newProfile) |
ProfileResult |
ConfigurationService.registerConfigProfile(ConfigProfile newProfile)
Registers a new ConfigProfile in the configuration service.
|
ProfileResult |
RMIConfigurationServer.registerConfigProfile(ConfigProfile newProfile) |
| Constructor and Description |
|---|
ProfileDeprecationEvent(ConfigProfile deprecating,
String detail) |
Copyright © 2016 LSST. All rights reserved.