org.apache.hivemind.service.impl
Class EagerLoader

java.lang.Object
  extended by org.apache.hivemind.service.impl.EagerLoader
All Implemented Interfaces:
java.lang.Runnable

public class EagerLoader
extends java.lang.Object
implements java.lang.Runnable

Implementation of the hivemind.EagerLoad service, which is contributed into to hivemind.Startup configuration point.

Author:
Howard Lewis Ship

Constructor Summary
EagerLoader()
           
 
Method Summary
 void run()
           
 void setServicePoints(java.util.List list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EagerLoader

public EagerLoader()
Method Detail

run

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

setServicePoints

public void setServicePoints(java.util.List list)