Package org.lsst.ccs.config.remote

Remote operations on the Configuration service.

See:
          Description

Interface Summary
ConfigurationService Abstract services definition for Configuration Service.
 

Class Summary
ConfigurationServerModule A CCS module that delegates Configuration Service calls to a local ConfigurationServiceImpl object.
ConfigurationServerSystem A subsystem that listens on the buses for request for boot data, or for other subsystems status notifications fired when they start with a configuration (or give up); it is also a full-fledged Configuration service that can receive and execute commands.
ConfigurationServiceImpl A raw implementation of Configuration Service that delegates to a ConfigurationFacade object.
DescriptionDeprecationEvent Notification of a Subsystem Deprecation.
DescriptionResult A data structure that groups the results of a subsystem description registration.
ProfileDeprecationEvent Notification of a ConfigProfile Deprecation.
ProfileResult A data structure that groups the result of a ConfigProfile registration.
RMIConfigurationServer A RMI server for Configuration service that delegates to a local ConfigurationServiceImpl object.
 

Package org.lsst.ccs.config.remote 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.



Copyright © 2013 LSST. All Rights Reserved.