-
Class Summary
| Class |
Description |
| ConfigurationFacade |
Configuration database high level facade.
|
| ConfigurationPersister |
A CCS component that stores Configuration information in two different ways,
depending on an agent's chosen protocol.
|
| DbConnectionConfig |
A Class containing Database Connection configuration
|
Package org.lsst.ccs.localdb.configdb Description
Remote operations on the Configuration service.
The ConfigurationService defines the core of the remote service.
The ConfigurationServiceImpl delegates the service to a ConfigurationFacade object
RMIConfigurationServer and ConfigurationServerModule are nearly identical classes
that delegate their service to a ConfigurationServiceImpl . As the name says the RMI server operates on RMI
and the Module is a subsystem Module that can operate on the CCS buses. Sharing the two communication mode is possible.
TO BE IMPLEMENTED: a restful service on the same bases.