Brooklyn

brooklyn.entity.basic
[Java] Interface BasicEntity

brooklyn.entity.Entity
  brooklyn.entity.basic.BasicEntity
      brooklyn.entity.rebind.Rebindable
All Superinterfaces:
Entity, Rebindable

@ImplementedBy(BasicEntityImpl.class)
public interface BasicEntity
extends Entity

This is the most basic entity possible - does nothing beyond AbstractEntity. Useful when structuring the entity management hierarchy; also consider using BasicGroup. Example usage is: Entity entity = getEntityManager().createEntity(EntitySpecs.spec(BasicEntity.class)).

Authors:
aled


Method Summary
 
Methods inherited from interface Entity
addChild, addChild, addEnricher, addGroup, addOwnedChild, addPolicy, clearOwner, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getDisplayName, getEnrichers, getEntityType, getGroups, getId, getLocations, getOwnedChildren, getOwner, getParent, getPolicies, getRebindSupport, invoke, removeChild, removeEnricher, removeOwnedChild, removePolicy, setOwner, setParent
 
Methods inherited from interface Rebindable
getRebindSupport
 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.