org.jboss.ejb.plugins
Class LRUEnterpriseContextCachePolicy.ContextLRUList

java.lang.Object
  extended by org.jboss.util.LRUCachePolicy.LRUList
      extended by org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy.ContextLRUList
Enclosing class:
LRUEnterpriseContextCachePolicy

protected class LRUEnterpriseContextCachePolicy.ContextLRUList
extends org.jboss.util.LRUCachePolicy.LRUList

Subclass that logs list activity events.


Field Summary
 
Fields inherited from class org.jboss.util.LRUCachePolicy.LRUList
m_cacheMiss, m_capacity, m_count, m_head, m_maxCapacity, m_minCapacity, m_tail
 
Constructor Summary
protected LRUEnterpriseContextCachePolicy.ContextLRUList()
           
 
Method Summary
protected  void capacityChanged(int oldCapacity)
           
protected  void entryAdded(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)
           
protected  void entryPromotion(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)
           
protected  void entryRemoved(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)
           
 
Methods inherited from class org.jboss.util.LRUCachePolicy.LRUList
clear, demote, promote, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LRUEnterpriseContextCachePolicy.ContextLRUList

protected LRUEnterpriseContextCachePolicy.ContextLRUList()
Method Detail

entryPromotion

protected void entryPromotion(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)
Overrides:
entryPromotion in class org.jboss.util.LRUCachePolicy.LRUList

entryAdded

protected void entryAdded(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)
Overrides:
entryAdded in class org.jboss.util.LRUCachePolicy.LRUList

entryRemoved

protected void entryRemoved(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)
Overrides:
entryRemoved in class org.jboss.util.LRUCachePolicy.LRUList

capacityChanged

protected void capacityChanged(int oldCapacity)
Overrides:
capacityChanged in class org.jboss.util.LRUCachePolicy.LRUList


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.