JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Apache Brooklyn
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.brooklyn.api.mgmt
Interface TaskWrapper<T>
All Superinterfaces:
TaskAdaptable
<T>
All Known Implementing Classes:
DynamicTasks.TaskQueueingResult
,
ProcessTaskWrapper
,
SshFetchTaskWrapper
,
SshPutTaskWrapper
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Task
<
T
>
getTask
()
Methods inherited from interface org.apache.brooklyn.api.mgmt.
TaskAdaptable
asTask
Method Detail
getTask
Task
<
T
> getTask()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Apache Brooklyn - Multi-Cloud Application Management
brooklyn.apache.org
. Apache License. © 2020.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method