com.bankframe.services.cache.threadcleaned
Class ThreadCleanedCacheStartupClass
java.lang.Object
   com.bankframe.services.cache.threadcleaned.ThreadCleanedCacheStartupClass
com.bankframe.services.cache.threadcleaned.ThreadCleanedCacheStartupClass
- All Implemented Interfaces: 
- StartupClass
- public class ThreadCleanedCacheStartupClass 
- extends Object- implements StartupClass
This statup class starts the cleanup daemon thread
 which manages instances of ThreadCleanedCache.
 This startup must be called when ThreadCleanedCache instances
 are used.
 This statup class is called on application server startup by adding 
 the folllowing key to BankFrameResource.properties :
 startup.threadCleanedCache=
 com.bankframe.services.cache.ThreadCleanedCacheStartupClass
 
 
 
ThreadCleanedCacheStartupClass
public ThreadCleanedCacheStartupClass()
startup
public void startup()
- 
- Specified by:
- startupin interface- StartupClass
 
- 
 
shutdown
public void shutdown()
- 
- Specified by:
- shutdownin interface- StartupClass
 
- 
 
Copyright © 2005, 2007, Oracle. All rights reserved.