org.jclouds.chef.strategy
Interface DeleteAllClientsInList

All Known Implementing Classes:
DeleteAllClientsInListImpl

public interface DeleteAllClientsInList

Deletes all clients in a given list.


Method Summary
 void execute(Iterable<String> names)
           
 void execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)
           
 

Method Detail

execute

void execute(Iterable<String> names)

execute

void execute(com.google.common.util.concurrent.ListeningExecutorService executor,
             Iterable<String> names)


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