Uses of Interface
brooklyn.entity.Effector

Packages that use Effector
brooklyn.entity   
 

Uses of Effector in brooklyn.entity
 

Methods in brooklyn.entity that return types with arguments of type Effector
 Set<Effector<?>> EntityType.getEffectors()
          Effectors available on this entity.
 

Methods in brooklyn.entity with parameters of type Effector
<T> Task<T>
Entity.invoke(Effector<T> eff, Map<String,?> parameters)
          Invokes the given effector, with the given parameters to that effector.
 



Copyright © 2013. All Rights Reserved.