org.jclouds.vcloud.features
Interface TaskAsyncClient


public interface TaskAsyncClient

Provides access to Task functionality in vCloud

Author:
Adrian Cole

Method Summary
 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)
           
 

Method Detail

getTasksList

com.google.common.util.concurrent.ListenableFuture<TasksList> getTasksList(URI tasksListId)
See Also:
TaskClient.getTasksList(java.net.URI)

findTasksListInOrgNamed

com.google.common.util.concurrent.ListenableFuture<TasksList> findTasksListInOrgNamed(@Nullable
                                                                                      String orgName)
See Also:
TaskClient.findTasksListInOrgNamed(java.lang.String)

getTask

com.google.common.util.concurrent.ListenableFuture<Task> getTask(URI taskId)
See Also:
TaskClient.getTask(java.net.URI)

cancelTask

com.google.common.util.concurrent.ListenableFuture<Void> cancelTask(URI taskId)
See Also:
TaskClient.cancelTask(java.net.URI)


Copyright © 2009-2012 jclouds. All Rights Reserved.