org.semispace.admin
Class ScheduledSemiSpaceHarvester

java.lang.Object
  extended by org.semispace.admin.ScheduledSemiSpaceHarvester
All Implemented Interfaces:
Runnable

public class ScheduledSemiSpaceHarvester
extends Object
implements Runnable

Timed instance which will periodically call semispace harvest method. It will also periodically check that a master is present.


Constructor Summary
ScheduledSemiSpaceHarvester(SemiSpaceAdmin semiSpaceAdmin)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledSemiSpaceHarvester

public ScheduledSemiSpaceHarvester(SemiSpaceAdmin semiSpaceAdmin)
Method Detail

run

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


Copyright © 2008-2012. All Rights Reserved.