Uses of Class
org.jclouds.gogrid.domain.Job

Packages that use Job
org.jclouds.gogrid.domain   
org.jclouds.gogrid.functions   
org.jclouds.gogrid.services   
 

Uses of Job in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain with parameters of type Job
 int Job.compareTo(Job o)
           
 

Uses of Job in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions that return types with arguments of type Job
 SortedSet<Job> ParseJobListFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of Job in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services that return types with arguments of type Job
 Set<Job> GridJobClient.getJobList(GetJobListOptions... options)
          Returns all jobs found.
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> GridJobAsyncClient.getJobList(GetJobListOptions... options)
           
 Set<Job> GridJobClient.getJobsById(long... ids)
          Returns jobs for the corresponding id(s).
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> GridJobAsyncClient.getJobsById(long... ids)
           
 Set<Job> GridJobClient.getJobsForObjectName(String serverName)
          Returns jobs found for an object with a provided name.
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> GridJobAsyncClient.getJobsForObjectName(String objectName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.