brooklyn.management
Interface TaskWrapper<T>

All Superinterfaces:
TaskAdaptable<T>

public interface TaskWrapper<T>
extends TaskAdaptable<T>

Interface for something which is not a task, but which is closely linked to one, ie. it has a task.

Since:
0.6.0

Method Summary
 Task<T> getTask()
           
 
Methods inherited from interface brooklyn.management.TaskAdaptable
asTask
 

Method Detail

getTask

Task<T> getTask()


Copyright © 2013. All Rights Reserved.