当前页面:
在线文档首页 >
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
org.jboss.util.LRUCachePolicy.LRUList
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.
Fields inherited from class org.jboss.util.LRUCachePolicy.LRUList |
m_cacheMiss, m_capacity, m_count, m_head, m_maxCapacity, m_minCapacity, m_tail |
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 |
LRUEnterpriseContextCachePolicy.ContextLRUList
protected LRUEnterpriseContextCachePolicy.ContextLRUList()
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.