public interface TaskAsyncApi
TaskApi| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
cancel(String taskUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
cancel(URI taskURI) |
com.google.common.util.concurrent.ListenableFuture<Task> |
get(String taskUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
get(URI taskURI) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
getTasksList(URI tasksListHref) |
com.google.common.util.concurrent.ListenableFuture<TasksList> getTasksList(URI tasksListHref)
TaskApi.getTasksList(URI)com.google.common.util.concurrent.ListenableFuture<Task> get(String taskUrn)
TaskApi.get(String)com.google.common.util.concurrent.ListenableFuture<Task> get(URI taskURI)
TaskApi.get(URI)com.google.common.util.concurrent.ListenableFuture<Void> cancel(String taskUrn)
TaskApi.cancel(String)com.google.common.util.concurrent.ListenableFuture<Void> cancel(URI taskURI)
TaskApi.cancel(URI)Copyright © 2009-2013 jclouds. All Rights Reserved.