org.jclouds.vcloud.director.v1_5.features
Interface TaskAsyncApi


public interface TaskAsyncApi

Author:
grkvlt@apache.org, Adrian Cole
See Also:
TaskApi

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

Method Detail

getTasksList

com.google.common.util.concurrent.ListenableFuture<TasksList> getTasksList(URI tasksListHref)
See Also:
TaskApi.getTasksList(URI)

get

com.google.common.util.concurrent.ListenableFuture<Task> get(String taskUrn)
See Also:
TaskApi.get(String)

get

com.google.common.util.concurrent.ListenableFuture<Task> get(URI taskURI)
See Also:
TaskApi.get(URI)

cancel

com.google.common.util.concurrent.ListenableFuture<Void> cancel(String taskUrn)
See Also:
TaskApi.cancel(String)

cancel

com.google.common.util.concurrent.ListenableFuture<Void> cancel(URI taskURI)
See Also:
TaskApi.cancel(URI)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.