org.jclouds.cloudstack.features
Interface AsyncJobClient


public interface AsyncJobClient

Provides synchronous access to CloudStack asyncJob features.

Author:
Adrian Cole
See Also:
AsyncJobAsyncClient,

Method Summary
<T> AsyncJob<T>
getAsyncJob(long id)
          get a specific asyncJob by id
 Set<AsyncJob<?>> listAsyncJobs(ListAsyncJobsOptions... options)
          Lists asyncJobs
 

Method Detail

listAsyncJobs

Set<AsyncJob<?>> listAsyncJobs(ListAsyncJobsOptions... options)
Lists asyncJobs

Parameters:
options - if present, how to constrain the list.
Returns:
asyncJobs matching query, or empty set, if no asyncJobs are found

getAsyncJob

<T> AsyncJob<T> getAsyncJob(long id)
get a specific asyncJob by id

Parameters:
id - asyncJob to get
Returns:
asyncJob or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.