org.lsst.ccs.config.remote
Class ProfileResult

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

public class ProfileResult
extends Object
implements Serializable

A data structure that groups the result of a ConfigProfile registration. contains the registered profile plus a possible deprecated profile if replaces.

Author:
bamade
See Also:
Serialized Form

Constructor Summary
ProfileResult()
           
 
Method Summary
 ProfileDeprecationEvent getProfileDeprecationEvent()
           
 ConfigProfile getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileResult

public ProfileResult()
Method Detail

getResult

public ConfigProfile getResult()

getProfileDeprecationEvent

public ProfileDeprecationEvent getProfileDeprecationEvent()


Copyright © 2013 LSST. All Rights Reserved.