站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

LRUEnterpriseContextCachePolicy.ContextLRUList (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins
Class LRUEnterpriseContextCachePolicy.ContextLRUList

java.lang.Object
  extended byorg.jboss.util.LRUCachePolicy.LRUList
      extended byorg.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)

entryAdded

protected void entryAdded(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)

entryRemoved

protected void entryRemoved(org.jboss.util.LRUCachePolicy.LRUCacheEntry entry)

capacityChanged

protected void capacityChanged(int oldCapacity)


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