planetj.dataengine.cache
Class CacheTrackingTask
java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--planetj.util.CMTimerTask
              |
              +--planetj.dataengine.task.DataEngineTimerTask
                    |
                    +--planetj.dataengine.cache.CacheTrackingTask
- All Implemented Interfaces: 
 - Runnable
 
- public class CacheTrackingTask
- extends DataEngineTimerTask
  
This thread periodically goes through all of the caches and removes any 
 RowCollections that have expired.
 
| 
Method Summary | 
 void | 
insertSystemCache(long currentTime,
                  DataEngineCache deCache)
 
            | 
 void | 
performTask()
 
          This task spins through all the cache and inserts tracking records
 into a cache tracking file to all cache history to be monitored and
 examined. | 
 
 
 
 
 
CacheTrackingTask
public CacheTrackingTask()
- CacheCleanupThread constructor comment.
 
insertSystemCache
public void insertSystemCache(long currentTime,
                              DataEngineCache deCache)
 
performTask
public void performTask()
- This task spins through all the cache and inserts tracking records
 into a cache tracking file to all cache history to be monitored and
 examined.
- Specified by:
 performTask in class CMTimerTask