Brooklyn

brooklyn.entity
[Java] Interface Application

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

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, 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
 

Method Detail

getManagementContext

public ManagementContext getManagementContext()


 

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