brooklyn.entity
Interface Application

All Superinterfaces:
Entity, Rebindable<EntityMemento>, Serializable

public interface Application
extends Entity

An application is the root of the entity hierarchy. In the parent-child relationship, it is the top-level entity under which the application's entities are all places. The recommended ways to write a new application are to either extend brooklyn.entity.basic.ApplicationBuilder or to extend brooklyn.entity.basic.AbstractApplication.


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

Method Detail

getManagementContext

ManagementContext getManagementContext()


Copyright © 2013. All Rights Reserved.