org.jclouds.aws.ec2.compute.suppliers
Class CallForImages

java.lang.Object
  extended by org.jclouds.aws.ec2.compute.suppliers.CallForImages
All Implemented Interfaces:
Callable<Iterable<Image>>

@Singleton
public class CallForImages
extends Object
implements Callable<Iterable<Image>>

Author:
Adrian Cole

Nested Class Summary
static interface CallForImages.Factory
           
 
Field Summary
protected  Logger logger
           
 
Constructor Summary
protected CallForImages(DescribeImagesParallel describer, EC2ImageParser parser, Iterable<String> regions, com.google.common.collect.Multimap<String,String> filter)
           
 
Method Summary
 Iterable<Image> call()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.compute")
protected Logger logger
Constructor Detail

CallForImages

@Inject
protected CallForImages(DescribeImagesParallel describer,
                               EC2ImageParser parser,
                               Iterable<String> regions,
                               com.google.common.collect.Multimap<String,String> filter)
Method Detail

call

public Iterable<Image> call()
Specified by:
call in interface Callable<Iterable<Image>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.