com.eurotech.framework.core.data.store
Class HouseKeeperTask

java.lang.Object
  extended by com.eurotech.framework.core.data.store.HouseKeeperTask
All Implemented Interfaces:
Runnable

public class HouseKeeperTask
extends Object
implements Runnable

Housekeeper Task which periodically purges confirmed messages from the local database. It also contains the total number of messages in the system to a given cap.


Constructor Summary
HouseKeeperTask(DataStore store, int purgeAge, boolean doCheckpoint)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HouseKeeperTask

public HouseKeeperTask(DataStore store,
                       int purgeAge,
                       boolean doCheckpoint)
Method Detail

run

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


Copyright © 2013. All Rights Reserved.