Uses of Class
org.lsst.ccs.config.remote.DescriptionResult

Packages that use DescriptionResult
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. 
 

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

Methods in org.lsst.ccs.config.remote that return DescriptionResult
 DescriptionResult ConfigurationServiceImpl.deprecateSubsystemDescription(String subsystemName, String tag)
           
 DescriptionResult ConfigurationServerModule.deprecateSubsystemDescription(String subsystemName, String tag)
           
 DescriptionResult RMIConfigurationServer.deprecateSubsystemDescription(String subsystemName, String tag)
           
 DescriptionResult ConfigurationService.deprecateSubsystemDescription(String subsystemName, String tag)
          Deprecates a registered subsystem.
 DescriptionResult ConfigurationServiceImpl.registerSubsystemDescription(SubsystemDescription newDescription)
           
 DescriptionResult ConfigurationServerModule.registerSubsystemDescription(SubsystemDescription newDescription)
           
 DescriptionResult RMIConfigurationServer.registerSubsystemDescription(SubsystemDescription newDescription)
           
 DescriptionResult ConfigurationService.registerSubsystemDescription(SubsystemDescription newDescription)
          Registers in the configuration service a new subsystem description (created through Factories code.
 

Uses of DescriptionResult in org.lsst.ccs.config.remote.scripts
 

Methods in org.lsst.ccs.config.remote.scripts that return DescriptionResult
 DescriptionResult RegisterDescriptionFromFile.register(String pathName, String user, String version)
           
 



Copyright © 2013 LSST. All Rights Reserved.