| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileResult |
ConfigurationService.deprecateConfigProfile(String name,
String tag)
Deprecates a valid Configuration Profile.
|
ProfileResult |
ConfigurationServiceImpl.deprecateConfigProfile(String name,
String tag) |
ProfileResult |
ConfigurationServerModule.deprecateConfigProfile(String name,
String tag) |
ProfileResult |
RMIConfigurationServer.deprecateConfigProfile(String name,
String tag) |
ProfileResult |
ConfigurationService.registerConfigProfile(ConfigProfile newProfile)
Registers a new ConfigProfile in the configuration service.
|
ProfileResult |
ConfigurationServiceImpl.registerConfigProfile(ConfigProfile newProfile) |
ProfileResult |
ConfigurationServerModule.registerConfigProfile(ConfigProfile newProfile) |
ProfileResult |
RMIConfigurationServer.registerConfigProfile(ConfigProfile newProfile) |
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
|
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) |
| Modifier and Type | Method and Description |
|---|---|
ProfileResult |
RegisterConfigurationFromFile.register(SubsystemDescription description,
String pathName,
String userName,
int level) |
Copyright © 2014 LSST. All rights reserved.