org.lsst.ccs.config.remote
Class ProfileDeprecationEvent

java.lang.Object
  extended by org.lsst.ccs.config.remote.ProfileDeprecationEvent
All Implemented Interfaces:
Serializable

public class ProfileDeprecationEvent
extends Object
implements Serializable

Notification of a ConfigProfile Deprecation.
WARNING: the ConfigProfile data may be changed in future releases

Author:
bamade
See Also:
Serialized Form

Field Summary
 ConfigProfile deprecating
           
 String detail
           
 long stamp
           
 
Constructor Summary
ProfileDeprecationEvent(ConfigProfile 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 ConfigProfile deprecating

detail

public final String detail

stamp

public final long stamp
Constructor Detail

ProfileDeprecationEvent

public ProfileDeprecationEvent(ConfigProfile deprecating,
                               String detail)


Copyright © 2013 LSST. All Rights Reserved.