Uses of Interface
brooklyn.management.ExecutionContext

Packages that use ExecutionContext
brooklyn.entity.basic   
brooklyn.management   
 

Uses of ExecutionContext in brooklyn.entity.basic
 

Methods in brooklyn.entity.basic that return ExecutionContext
 ExecutionContext EntityLocal.getExecutionContext()
          Deprecated. since 0.5.0; access via EntityInternal#getExecutionContext().
 

Uses of ExecutionContext in brooklyn.management
 

Methods in brooklyn.management that return ExecutionContext
 ExecutionContext ManagementContext.getExecutionContext(Entity entity)
          Returns an ExecutionContext instance representing tasks (from the ExecutionManager) associated with this entity, and capable of conveniently running such tasks which will be associated with that entity
 



Copyright © 2013. All Rights Reserved.