org.jclouds.chef.strategy.internal
Class ListClientsImpl

java.lang.Object
  extended by org.jclouds.chef.strategy.internal.ListClientsImpl
All Implemented Interfaces:
ListClients

@Singleton
public class ListClientsImpl
extends Object
implements ListClients


Field Summary
protected  ChefApi api
           
protected  org.jclouds.logging.Logger logger
           
 
Method Summary
 Iterable<? extends Client> execute()
           
 Iterable<? extends Client> execute(ExecutorService executorService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

api

protected final ChefApi api

logger

@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
Method Detail

execute

public Iterable<? extends Client> execute()
Specified by:
execute in interface ListClients

execute

public Iterable<? extends Client> execute(ExecutorService executorService)
Specified by:
execute in interface ListClients


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