Snapper 1.0 API

org.enhydra.snapper.business
Class IndexAllImpl

java.lang.Object
  extended byorg.enhydra.snapper.business.IndexAllImpl
All Implemented Interfaces:
IndexAll, java.lang.Runnable

public class IndexAllImpl
extends java.lang.Object
implements IndexAll, java.lang.Runnable

Author:
Igor Smirnov IndexAllImpl class starts indexing threads for all sites by starting indexing threads one-by-one. Start-waitToFinish-StartNext

Constructor Summary
IndexAllImpl()
           
 
Method Summary
 void index(java.lang.String[] ids)
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexAllImpl

public IndexAllImpl()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()

index

public void index(java.lang.String[] ids)
Specified by:
index in interface IndexAll

Snapper 1.0 API