Brooklyn

brooklyn.entity
[Java] Interface Application

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

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 ApplicationBuilder or to extend AbstractApplication.


Method Summary
ManagementContext getManagementContext()

 
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
 

Method Detail

getManagementContext

public ManagementContext getManagementContext()


 

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