| 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 |