org.lsst.ccs.config.remote
Class DescriptionDeprecationEvent

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

Field Summary
 SubsystemDescription deprecating
           
 String detail
           
 long stamp
           
 
Constructor Summary
DescriptionDeprecationEvent(SubsystemDescription deprecating, String detail)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deprecating

public final SubsystemDescription deprecating

detail

public final String detail

stamp

public final long stamp
Constructor Detail

DescriptionDeprecationEvent

public DescriptionDeprecationEvent(SubsystemDescription deprecating,
                                   String detail)


Copyright © 2013 LSST. All Rights Reserved.