planetj.dataengine.cache
Class CacheCleanupTask
java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--planetj.util.CMTimerTask
              |
              +--planetj.dataengine.task.DataEngineTimerTask
                    |
                    +--planetj.dataengine.cache.CacheCleanupTask
- All Implemented Interfaces: 
 - Runnable
 
- public class CacheCleanupTask
- extends DataEngineTimerTask
  
This thread periodically goes through all of the caches and removes any 
 RowCollections that have expired.
 
| 
Method Summary | 
 void | 
performTask()
 
          The action to be performed by this task. | 
 
 
 
 
 
CacheCleanupTask
public CacheCleanupTask()
- CacheCleanupThread constructor comment.
 
performTask
public void performTask()
                 throws DataEngineException
- The action to be performed by this task.
- Specified by:
 performTask in class CMTimerTask
 
DataEngineException