brooklyn.entity
Interface Application
- All Superinterfaces:
- Entity, Identifiable, 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 brooklyn.entity.basic.ApplicationBuilder
or to extend brooklyn.entity.basic.AbstractApplication.
| Methods inherited from interface brooklyn.entity.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 |
getManagementContext
ManagementContext getManagementContext()
Copyright © 2013. All Rights Reserved.