com.bankframe.services.cache.threadcleaned
Class ThreadCleanedCacheFactoryImpl.CacheCleanUpThread

java.lang.Object
  extended bycom.bankframe.services.cache.threadcleaned.ThreadCleanedCacheFactoryImpl.CacheCleanUpThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ThreadCleanedCacheFactoryImpl

public static class ThreadCleanedCacheFactoryImpl.CacheCleanUpThread
extends java.lang.Object
implements java.lang.Runnable

This class calls the cleanup() method on each ThreadCleanedGenericCache instance registered with the CacheFactory. The clean interval is specified in milliseconds in BankFrameResource.properties by the key cacheFactory.cleanUpInterval


Constructor Summary
ThreadCleanedCacheFactoryImpl.CacheCleanUpThread()
          Default Constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadCleanedCacheFactoryImpl.CacheCleanUpThread

public ThreadCleanedCacheFactoryImpl.CacheCleanUpThread()
Default Constructor

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2005, 2007, Oracle. All rights reserved.