Brooklyn

brooklyn.entity.basic
[Java] Interface BasicEntity

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

@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(EntitySpec.create(BasicEntity.class)).

Authors:
aled


Method Summary
 
Methods inherited from interface Entity
addChild, addChild, addEnricher, addGroup, addPolicy, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getRebindSupport, invoke, removeChild, removeEnricher, removePolicy, setParent
 
Methods inherited from interface Rebindable
getRebindSupport
 
Methods inherited from interface Identifiable
getId
 

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