org.lsst.ccs.config.remote
Class DescriptionDeprecationEvent
java.lang.Object
org.lsst.ccs.config.remote.DescriptionDeprecationEvent
- All Implemented Interfaces:
- Serializable
public class DescriptionDeprecationEvent
- extends Object
- implements Serializable
Notification of a Subsystem Deprecation.
WARNING: the SubsystemDescription data may be changed in future releases
and replaced by a subsystem name (to avoid excessive load).
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deprecating
public final SubsystemDescription deprecating
detail
public final String detail
stamp
public final long stamp
DescriptionDeprecationEvent
public DescriptionDeprecationEvent(SubsystemDescription deprecating,
String detail)
Copyright © 2013 LSST. All Rights Reserved.