org.jclouds.gogrid.services
Interface GridJobAsyncClient


public interface GridJobAsyncClient

Author:
Oleksiy Yarmula

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobList(GetJobListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsById(long... ids)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsForObjectName(String objectName)
           
 

Method Detail

getJobList

com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobList(GetJobListOptions... options)
See Also:
GridJobClient.getJobList(org.jclouds.gogrid.options.GetJobListOptions...)

getJobsForObjectName

com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsForObjectName(String objectName)
See Also:
GridJobClient.getJobsForObjectName(String)

getJobsById

com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsById(long... ids)
See Also:
GridJobClient.getJobsById(long...)


Copyright © 2009-2012 jclouds. All Rights Reserved.