|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
|---|---|
| brooklyn.entity | |
| brooklyn.management | |
| Uses of Task in brooklyn.entity |
|---|
| Methods in brooklyn.entity that return Task | ||
|---|---|---|
|
Entity.invoke(Effector<T> eff,
Map<String,?> parameters)
Invokes the given effector, with the given parameters to that effector. |
|
| Uses of Task in brooklyn.management |
|---|
| Methods in brooklyn.management that return Task | ||
|---|---|---|
Task<?> |
ExecutionContext.getCurrentTask()
Returns the current Task being executed by this context. |
|
Task<?> |
Task.getSubmittedByTask()
task which submitted this task, if was submitted by a task |
|
|
ExecutionManager.submit(Callable<T> c)
see ExecutionManager.submit(Map, Task) |
|
|
ExecutionManager.submit(Map<?,?> flags,
Callable<T> c)
see ExecutionManager.submit(Map, Task) |
|
|
ExecutionContext.submit(Map<?,?> properties,
Callable<T> callable)
|
|
|
ExecutionManager.submit(Map<?,?> flags,
Object c)
Deprecated. While refactoring groovy->java; use strongly typed methods |
|
Task<?> |
ExecutionManager.submit(Map<?,?> flags,
Runnable r)
see ExecutionManager.submit(Map, Task) |
|
Task<?> |
ExecutionContext.submit(Map<?,?> properties,
Runnable runnable)
|
|
|
ExecutionManager.submit(Map<?,?> flags,
Task<T> task)
Submits the given Task for execution in the context associated with this manager. |
|
Task<?> |
ExecutionManager.submit(Runnable r)
see ExecutionManager.submit(Map, Task) |
|
|
ExecutionManager.submit(Task<T> task)
see ExecutionManager.submit(Map, Task) |
|
|
ExecutionContext.submit(Task<T> task)
|
|
| Methods in brooklyn.management that return types with arguments of type Task | |
|---|---|
Set<Task<?>> |
ExecutionContext.getTasks()
|
Set<Task<?>> |
ExecutionManager.getTasksWithAllTags(Iterable<String> tags)
|
Set<Task<?>> |
ExecutionManager.getTasksWithAnyTag(Iterable<String> tags)
|
Set<Task<?>> |
ExecutionManager.getTasksWithTag(Object tag)
|
| Methods in brooklyn.management with parameters of type Task | ||
|---|---|---|
|
ExecutionManager.submit(Map<?,?> flags,
Task<T> task)
Submits the given Task for execution in the context associated with this manager. |
|
|
ExecutionManager.submit(Task<T> task)
see ExecutionManager.submit(Map, Task) |
|
|
ExecutionContext.submit(Task<T> task)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||