org.jboss.ejb.plugins
Class LRUEnterpriseContextCachePolicy.OveragerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy.OveragerTask
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
LRUStatefulContextCachePolicy.RemoverTask (src)
Enclosing class:
LRUEnterpriseContextCachePolicy (src)

protected class LRUEnterpriseContextCachePolicy.OveragerTask
extends java.util.TimerTask

This TimerTask passivates cached beans that have not been called for a while.


Constructor Summary
protected LRUEnterpriseContextCachePolicy.OveragerTask(long period)
           
 
Method Summary
protected  java.lang.String getJMSTaskType()
           
protected  long getMaxAge()
           
protected  java.lang.String getTaskLogMessage()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUEnterpriseContextCachePolicy.OveragerTask

protected LRUEnterpriseContextCachePolicy.OveragerTask(long period)
Method Detail

run

public void run()

getTaskLogMessage

protected java.lang.String getTaskLogMessage()

getJMSTaskType

protected java.lang.String getJMSTaskType()

getMaxAge

protected long getMaxAge()