|
|||||||||
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 send JMS messages on 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 |
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.LRUList
entryAdded
in class LRUCachePolicy.LRUList
protected void entryRemoved(LRUCachePolicy.LRUCacheEntry entry)
LRUCachePolicy.LRUList
entryRemoved
in class LRUCachePolicy.LRUList
protected void capacityChanged(int oldCapacity)
LRUCachePolicy.LRUList
capacityChanged
in class LRUCachePolicy.LRUList
org.jboss.util.LRUCachePolicy.LRUList
oldCapacity
- the capacity before the change happened
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |