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

Packages that use ProfileResult
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 ProfileResult in org.lsst.ccs.config.remote
 

Methods in org.lsst.ccs.config.remote that return ProfileResult
 ProfileResult ConfigurationServiceImpl.deprecateConfigProfile(String name, String tag)
           
 ProfileResult ConfigurationServerModule.deprecateConfigProfile(String name, String tag)
           
 ProfileResult RMIConfigurationServer.deprecateConfigProfile(String name, String tag)
           
 ProfileResult ConfigurationService.deprecateConfigProfile(String name, String tag)
          Deprecates a valid Configuration Profile.
 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.
 ProfileResult ConfigurationServiceImpl.registerConfiguration(String subsystemName, String configurationName, String tag, String user, int level, Properties props)
           
 ProfileResult ConfigurationServerModule.registerConfiguration(String subsystemName, String configurationName, String tag, String user, int level, Properties props)
           
 ProfileResult RMIConfigurationServer.registerConfiguration(String subsystemName, String configurationName, String tag, String user, int level, Properties props)
           
 ProfileResult ConfigurationService.registerConfiguration(String subsystemName, String configurationName, String tag, String user, int level, Properties props)
          typical remote service: a local properties structure is base for creating a new ConfigProfile
 

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

Methods in org.lsst.ccs.config.remote.scripts that return ProfileResult
 ProfileResult RegisterConfigurationFromFile.register(SubsystemDescription description, String pathName, String userName, int level)
           
 



Copyright © 2013 LSST. All Rights Reserved.