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 |
LRUEnterpriseContextCachePolicy.ContextLRUList
protected LRUEnterpriseContextCachePolicy.ContextLRUList()
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.