Package brooklyn.policy

Interface Summary
Enricher Publishes metrics for an entity, e.g.
EnricherType Gives type information for an Enricher.
EntityAdjunct EntityAdjuncts are supplementary logic that can be attached to Entities, providing sensor enrichment or enabling policy
Policy Policies implement actions and thus must be suspendable; policies should continue to evaluate their sensors and indicate their desired planned action even if they aren't invoking them
PolicyType Gives type information for a Policy.
 

Class Summary
EnricherSpec<T extends Enricher> Gives details of an enricher to be created.
PolicySpec<T extends Policy> Gives details of a policy to be created.
 



Copyright © 2013. All Rights Reserved.