Deprecated API


Contents
Deprecated Interfaces
brooklyn.entity.ConfigKey
          since 0.4.0 use brooklyn.config.ConfigKey instead 
brooklyn.entity.ConfigKey.HasConfigKey
          since 0.4.0 use brooklyn.config.ConfigKey.HasConfigKey instead 
 

Deprecated Exceptions
brooklyn.event.EntityStartException
          since 0.5, can instead throw any exception; clusters etc should respond accordingly 
 

Deprecated Methods
brooklyn.entity.Entity.addOwnedChild(Entity)
          see addChild(Entity) 
brooklyn.entity.Entity.clearOwner()
          see clearParent() 
brooklyn.entity.Entity.getOwnedChildren()
          see getChildren() 
brooklyn.entity.Entity.getOwner()
          see getParent() 
brooklyn.entity.Entity.removeOwnedChild(Entity)
          see removeChild(Entity) 
brooklyn.entity.Entity.setOwner(Entity)
          see setOwner(Entity) 
brooklyn.management.ExecutionManager.submit(Map, Object)
          While refactoring groovy->java; use strongly typed methods 
 



Copyright © 2013. All Rights Reserved.