brooklyn.entity.trait
Interface Configurable

All Known Subinterfaces:
EntityLocal

public interface Configurable

Something that has mutable config, such as an entity or policy.


Method Summary
<T> T
setConfig(brooklyn.config.ConfigKey<T> key, T val)
          returns the old value, or null if there was not one
 

Method Detail

setConfig

<T> T setConfig(brooklyn.config.ConfigKey<T> key,
                T val)
returns the old value, or null if there was not one



Copyright © 2013. All Rights Reserved.