Uses of Class
org.lsst.ccs.config.ConfigProfile

Packages that use ConfigProfile
org.lsst.ccs.config Overview 
org.lsst.ccs.config.remote Remote operations on the Configuration service. 
org.lsst.ccs.startup Codes in this package are mostly mains for applications linked to subsystem startup. 
 

Uses of ConfigProfile in org.lsst.ccs.config
 

Methods in org.lsst.ccs.config that return ConfigProfile
static ConfigProfile Factories.copyProfile(ConfigProfile toBeCopied, String newName, String newTag, String newUserName, int newLevel, boolean toEngineering)
          to be used to create a copy of configuration with different name , tag, etc.
static ConfigProfile Factories.createConfigProfile(SubsystemDescription subsystemDesc, String name, String tag, String userName, int level)
          Creates a new ConfigProfile with ParameterConfiguration where values are just copied from the Description default value.
static ConfigProfile Factories.createRawConfigProfile(SubsystemDescription subsystemDesc, String name, String tag, String userName, int level)
          Creates a new ConfigProfile that has no ParameterConfiguration (and so is not ready to be persisted).
 ConfigProfile ConfigurationFacade.deprecateConfigProfile(String name, String tag)
          Deprecates a ConfigProfile.
 ConfigProfile ConfigurationFacade.getActiveConfigProfile(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 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 ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
          registers a ConfigProfile in the database.
static ConfigProfile Factories.repair(ConfigProfile oldProfile, SubsystemDescription newDescription, ConfigurationMismatchListener mismatchListener)
          tries to create a new ConfigProfile from an old one.
 

Methods in org.lsst.ccs.config with parameters of type ConfigProfile
 void DeprecationListener.configProfileDeprecating(ConfigProfile profile)
           
static ConfigProfile Factories.copyProfile(ConfigProfile toBeCopied, String newName, String newTag, String newUserName, int newLevel, boolean toEngineering)
          to be used to create a copy of configuration with different name , 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.
 ConfigProfile ConfigurationFacade.registerConfigProfile(ConfigProfile newProfile)
          registers a ConfigProfile in the database.
static ConfigProfile Factories.repair(ConfigProfile oldProfile, SubsystemDescription newDescription, ConfigurationMismatchListener mismatchListener)
          tries to create a new ConfigProfile from an old one.
 void MemoryDAO.saveAbstractConfig(ConfigProfile profile)
           
 

Constructors in org.lsst.ccs.config with parameters of type ConfigProfile
LocalConfigurationProxy(ConfigProfile configProfile)
           
PreparedConfiguration(ConfigProfile profile)
           
 

Uses of ConfigProfile in org.lsst.ccs.config.remote
 

Fields in org.lsst.ccs.config.remote declared as ConfigProfile
 ConfigProfile ProfileDeprecationEvent.deprecating
           
 

Methods in org.lsst.ccs.config.remote that return ConfigProfile
 ConfigProfile ConfigurationServiceImpl.getActiveConfigProfile(String name, String tag)
           
 ConfigProfile ConfigurationServerModule.getActiveConfigProfile(String name, String tag)
           
 ConfigProfile RMIConfigurationServer.getActiveConfigProfile(String name, String tag)
           
 ConfigProfile ConfigurationService.getActiveConfigProfile(String name, String tag)
          gets an active ConfigProfile with anme and tag
 ConfigProfile ConfigurationServiceImpl.getConfigRunningAt(String subsystemName, long date)
           
 ConfigProfile ConfigurationServerModule.getConfigRunningAt(String subsystemName, long date)
           
 ConfigProfile RMIConfigurationServer.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 ConfigurationServiceImpl.getConfigValidAt(String name, String tag, long date)
           
 ConfigProfile ConfigurationServerModule.getConfigValidAt(String name, String tag, long date)
           
 ConfigProfile RMIConfigurationServer.getConfigValidAt(String name, String tag, long date)
           
 ConfigProfile ConfigurationService.getConfigValidAt(String configName, String configTag, long date)
          Gets a ConfigProfile which was (or is) valid at a precise moment.
 ConfigProfile ConfigurationServiceImpl.getNext(ConfigProfile current)
           
 ConfigProfile ConfigurationServerModule.getNext(ConfigProfile current)
           
 ConfigProfile RMIConfigurationServer.getNext(ConfigProfile current)
           
 ConfigProfile ConfigurationService.getNext(ConfigProfile current)
          Gets a (deprecated or "alive") ConfigProfile with same name and tag as the argument
 ConfigProfile ConfigurationServiceImpl.getPrevious(ConfigProfile current)
           
 ConfigProfile ConfigurationServerModule.getPrevious(ConfigProfile current)
           
 ConfigProfile RMIConfigurationServer.getPrevious(ConfigProfile current)
           
 ConfigProfile ConfigurationService.getPrevious(ConfigProfile current)
          gets a (deprecated) ConfigProfile with same name and tag as the argument.
 ConfigProfile ProfileResult.getResult()
           
 

Methods in org.lsst.ccs.config.remote with parameters of type ConfigProfile
 ConfigProfile ConfigurationServiceImpl.getNext(ConfigProfile current)
           
 ConfigProfile ConfigurationServerModule.getNext(ConfigProfile current)
           
 ConfigProfile RMIConfigurationServer.getNext(ConfigProfile current)
           
 ConfigProfile ConfigurationService.getNext(ConfigProfile current)
          Gets a (deprecated or "alive") ConfigProfile with same name and tag as the argument
 ConfigProfile ConfigurationServiceImpl.getPrevious(ConfigProfile current)
           
 ConfigProfile ConfigurationServerModule.getPrevious(ConfigProfile current)
           
 ConfigProfile RMIConfigurationServer.getPrevious(ConfigProfile current)
           
 ConfigProfile ConfigurationService.getPrevious(ConfigProfile current)
          gets a (deprecated) ConfigProfile with same name and tag as the argument.
 ProfileResult ConfigurationServiceImpl.registerConfigProfile(ConfigProfile newProfile)
           
 ProfileResult ConfigurationServerModule.registerConfigProfile(ConfigProfile newProfile)
           
 ProfileResult RMIConfigurationServer.registerConfigProfile(ConfigProfile newProfile)
           
 ProfileResult ConfigurationService.registerConfigProfile(ConfigProfile newProfile)
          Registers a new ConfigProfile in the configuration service.
 

Constructors in org.lsst.ccs.config.remote with parameters of type ConfigProfile
ProfileDeprecationEvent(ConfigProfile deprecating, String detail)
           
 

Uses of ConfigProfile in org.lsst.ccs.startup
 

Methods in org.lsst.ccs.startup with parameters of type ConfigProfile
static void BootUtils.bootSubsystemFromDescriptionNode(org.lsst.gruth.jutils.ComponentNode node, ConfigProfile profile, String subsystemName, String configName, String tag)
          Deprecated. 
static void BootUtils.bootSubsystemFromEffectiveNode(org.lsst.gruth.jutils.ComponentNode effectiveNode, ConfigProfile profile, String pathName)
          Deprecated. 
static void BootUtils.bootSubsystemFromEffectiveNode(org.lsst.gruth.jutils.ComponentNode effectiveNode, ConfigProfile profile, String subsystemName, String configName, String tag)
          Deprecated. 
static org.lsst.ccs.Subsystem BootUtils.getRawSubsystemFromEffectiveNode(org.lsst.gruth.jutils.ComponentNode effectiveNode, ConfigProfile profile, String pathName)
          Deprecated. 
static org.lsst.ccs.Subsystem BootUtils.getRawSubsystemFromEffectiveNode(org.lsst.gruth.jutils.ComponentNode effectiveNode, ConfigProfile profile, String subsystemName, String configName, String tag)
           
static org.lsst.ccs.Subsystem BootUtils.rawSubsystemFromDescriptionNode(org.lsst.gruth.jutils.ComponentNode descriptionNode, ConfigProfile profile, String subsystemName, String configName, String tag)
           
 



Copyright © 2013 LSST. All Rights Reserved.