Uses of Interface
brooklyn.policy.Policy

Packages that use Policy
brooklyn.entity   
brooklyn.entity.proxying   
brooklyn.entity.rebind   
 

Uses of Policy in brooklyn.entity
 

Methods in brooklyn.entity that return types with arguments of type Policy
 Collection<Policy> Entity.getPolicies()
           
 

Methods in brooklyn.entity with parameters of type Policy
 void Entity.addPolicy(Policy policy)
          Adds the given policy to this entity.
 boolean Entity.removePolicy(Policy policy)
          Removes the given policy from this entity.
 

Uses of Policy in brooklyn.entity.proxying
 

Methods in brooklyn.entity.proxying that return types with arguments of type Policy
 List<Policy> EntitySpec.getPolicies()
           
 

Uses of Policy in brooklyn.entity.rebind
 

Methods in brooklyn.entity.rebind that return Policy
 Policy RebindContext.getPolicy(String id)
           
 

Methods in brooklyn.entity.rebind with parameters of type Policy
 void ChangeListener.onChanged(Policy policy)
           
 



Copyright © 2013. All Rights Reserved.