com.bankframe.services.cache.threadcleaned
Class ThreadCleanedCacheStartupClass

java.lang.Object
  extended bycom.bankframe.services.cache.threadcleaned.ThreadCleanedCacheStartupClass
All Implemented Interfaces:
StartupClass

public class ThreadCleanedCacheStartupClass
extends java.lang.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


Constructor Summary
ThreadCleanedCacheStartupClass()
           
 
Method Summary
 void shutdown()
           
 void startup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadCleanedCacheStartupClass

public ThreadCleanedCacheStartupClass()
Method Detail

startup

public void startup()
Specified by:
startup in interface StartupClass

shutdown

public void shutdown()
Specified by:
shutdown in interface StartupClass


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