|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jboss.util.LRUCachePolicy.LRUList
|
+--org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy.ContextLRUList
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 |
| Constructor Summary | |
protected |
LRUEnterpriseContextCachePolicy.ContextLRUList()
|
| Method Summary | |
protected void |
capacityChanged(int oldCapacity)
Callback that signals that the capacity of the cache is changed. |
protected void |
entryAdded(LRUCachePolicy.LRUCacheEntry entry)
Callback that signals that the given entry has been added to the cache. |
protected void |
entryRemoved(LRUCachePolicy.LRUCacheEntry entry)
Callback that signals that the given entry has been removed from the cache. |
| 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 |
protected LRUEnterpriseContextCachePolicy.ContextLRUList()
| Method Detail |
protected void entryAdded(LRUCachePolicy.LRUCacheEntry entry)
LRUCachePolicy.LRUListentryAdded in class LRUCachePolicy.LRUListprotected void entryRemoved(LRUCachePolicy.LRUCacheEntry entry)
LRUCachePolicy.LRUListentryRemoved in class LRUCachePolicy.LRUListprotected void capacityChanged(int oldCapacity)
LRUCachePolicy.LRUListcapacityChanged in class LRUCachePolicy.LRUListorg.jboss.util.LRUCachePolicy.LRUListoldCapacity - the capacity before the change happened
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||