org.dasein.util
Class PopulatorThread<T>

java.lang.Object
  extended by org.dasein.util.PopulatorThread<T>
All Implemented Interfaces:
Runnable

public class PopulatorThread<T>
extends Object
implements Runnable


Constructor Summary
PopulatorThread(JiteratorPopulator<T> populator)
           
 
Method Summary
 Collection<T> getResult()
           
 void populate()
           
 void run()
           
static void terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulatorThread

public PopulatorThread(JiteratorPopulator<T> populator)
Method Detail

terminate

public static void terminate()

getResult

public Collection<T> getResult()

populate

public void populate()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2011 enStratus Networks LLC. All Rights Reserved.