01: /* 02: * Created on May 12, 2005 03: * 04: * A class that starts a thread 05: */ 06: package org.enhydra.snapperAdmin.spec; 07: 08: /** 09: * @author Igor Smirnov 10: */ 11: public interface IndexAll { 12: 13: void index(String[] ids); 14: 15: }