org.lsst.ccs.config.remote
Class DescriptionResult
java.lang.Object
org.lsst.ccs.config.remote.DescriptionResult
- All Implemented Interfaces:
- Serializable
public class DescriptionResult
- extends Object
- implements Serializable
A data structure that groups the results of a subsystem description registration.
Contains:
a registered susbsystem description
a possible descriptionDeprecation Event
a list of possible deprecated ConfigProfiles that were referencing the deprecated
subsystem description.
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptionResult
public DescriptionResult()
getResult
public SubsystemDescription getResult()
getDescriptionDeprecationEvent
public DescriptionDeprecationEvent getDescriptionDeprecationEvent()
getProfileDeprecationEvents
public List<ProfileDeprecationEvent> getProfileDeprecationEvents()
Copyright © 2013 LSST. All Rights Reserved.