Class ListClientsImpl
- java.lang.Object
-
- org.jclouds.chef.strategy.internal.ListClientsImpl
-
- All Implemented Interfaces:
ListClients
@Singleton public class ListClientsImpl extends Object implements ListClients
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends Client>
execute()
Iterable<? extends Client>
execute(ExecutorService executorService)
-
-
-
Method Detail
-
execute
public Iterable<? extends Client> execute()
- Specified by:
execute
in interfaceListClients
-
execute
public Iterable<? extends Client> execute(ExecutorService executorService)
- Specified by:
execute
in interfaceListClients
-
-