public interface TaskAsyncClient
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> | 
cancelTask(URI taskId)  | 
com.google.common.util.concurrent.ListenableFuture<TasksList> | 
findTasksListInOrgNamed(String orgName)  | 
com.google.common.util.concurrent.ListenableFuture<Task> | 
getTask(URI taskId)  | 
com.google.common.util.concurrent.ListenableFuture<TasksList> | 
getTasksList(URI tasksListId)  | 
com.google.common.util.concurrent.ListenableFuture<TasksList> getTasksList(URI tasksListId)
com.google.common.util.concurrent.ListenableFuture<TasksList> findTasksListInOrgNamed(@Nullable String orgName)
com.google.common.util.concurrent.ListenableFuture<Task> getTask(URI taskId)
TaskClient.getTask(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Void> cancelTask(URI taskId)
TaskClient.cancelTask(java.net.URI)Copyright © 2009-2013 jclouds. All Rights Reserved.