Uses of Package
org.lsst.ccs.config

Packages that use org.lsst.ccs.config
org.lsst.ccs.config Overview 
org.lsst.ccs.config.dao.hibernate   
org.lsst.ccs.config.remote Remote operations on the Configuration service. 
org.lsst.ccs.config.remote.scripts This package is a collection of utilities and scripts that act as remote configuration service clients. 
org.lsst.ccs.startup Codes in this package are mostly mains for applications linked to subsystem startup. 
 

Classes in org.lsst.ccs.config used by org.lsst.ccs.config
ConfigProfile
          This class represents a set of parameter that have been modified for a given subsystem.
ConfigurationMismatchListener
          An object that is warned when two objects do not match.
Constraints.Controler
          A specific code to control a value.
DataFlavour
          Data type used to store Subsystem descriptions.
DBInterface
          defines the basic methods implemented by a Data Access Object.
DeploymentDescriptor
          A deployment descriptor is a key for a set of deployed jars.
DeprecationListener
          Call back methods called when a deprecation happens.
DescriptionMismatchListener
          An object which is warned when trying to copy a ParameterDescription to a new SubsystemDescription that does not have a proper ParameterBase to match.
FIleBasedDAO
          Creates a dummy file-based Configuration database.
HqlDAO.AbstractQuery
          delegate to Hibernate Query type
HqlDAO.AbstractSession
          delegate to Hibernate Session type
MachineConfiguration
          Describes a Machine Configuration
NamesAndTag
          A data structure that contains name of subsystem, configuration and tag.
ParameterBase
          this is an explicit duplication of description of parameter as it is in the subsystem configuration.
ParameterConfiguration
          abstract class for all parameter configurations
ParameterDescription
          The base class for all Parameter descriptions
ParameterFilter
          Filters a parameter: given its name and or a value accept or reject it to be included in a list of ParameterDescription (that is a list of Parameter open for modifications).
ParameterPath
          Unique Path in a SubSystem.
PathObject
          Two objects with the same ParameterPath are unique in their category.
PersistenceLayerException
          forwards an exception fired by the persistence layer.
PreparedConfiguration
          objects of this class represent a complete set of data with modified configuration parameters that can be used to start a subsystem.
RunHistory
          Entries int his table are generated by reading the status bus where subsystem advertise their startup.
SubsystemDescription
          Description for a subsystem as saved in database.
ValueEvent
          Registers the date of a value change in engineering mode.
 

Classes in org.lsst.ccs.config used by org.lsst.ccs.config.dao.hibernate
DBInterface
          defines the basic methods implemented by a Data Access Object.
HqlDAO
          abstract class used to help build DAO that uses HQL but are in a different package
 

Classes in org.lsst.ccs.config used by org.lsst.ccs.config.remote
ConfigProfile
          This class represents a set of parameter that have been modified for a given subsystem.
ConfigurationFacade
          implements complex strategies on top of the DBInterface.
MachineConfiguration
          Describes a Machine Configuration
ParameterConfiguration
          abstract class for all parameter configurations
SubsystemDescription
          Description for a subsystem as saved in database.
 

Classes in org.lsst.ccs.config used by org.lsst.ccs.config.remote.scripts
SubsystemDescription
          Description for a subsystem as saved in database.
 

Classes in org.lsst.ccs.config used by org.lsst.ccs.startup
ConfigProfile
          This class represents a set of parameter that have been modified for a given subsystem.
NamesAndTag
          A data structure that contains name of subsystem, configuration and tag.
 



Copyright © 2013 LSST. All Rights Reserved.