com.eurotech.framework.core.data.store
Class HouseKeeperTask
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HouseKeeperTask
public HouseKeeperTask(DataStore store,
int purgeAge,
boolean doCheckpoint)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2013. All Rights Reserved.