org.lsst.ccs.config.remote
Class DescriptionResult

java.lang.Object
  extended by 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:

Author:
bamade
See Also:
Serialized Form

Constructor Summary
DescriptionResult()
           
 
Method Summary
 DescriptionDeprecationEvent getDescriptionDeprecationEvent()
           
 List<ProfileDeprecationEvent> getProfileDeprecationEvents()
           
 SubsystemDescription getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionResult

public DescriptionResult()
Method Detail

getResult

public SubsystemDescription getResult()

getDescriptionDeprecationEvent

public DescriptionDeprecationEvent getDescriptionDeprecationEvent()

getProfileDeprecationEvents

public List<ProfileDeprecationEvent> getProfileDeprecationEvents()


Copyright © 2013 LSST. All Rights Reserved.