|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LRUCachePolicy.LRUCacheEntry | |
|---|---|
| org.jboss.jca.adapters.jdbc | The JDBC resource adapter with pooling support |
| org.jboss.jca.adapters.jdbc.util | Util package with LRU Policy |
| Uses of LRUCachePolicy.LRUCacheEntry in org.jboss.jca.adapters.jdbc |
|---|
| Methods in org.jboss.jca.adapters.jdbc with parameters of type LRUCachePolicy.LRUCacheEntry | |
|---|---|
protected void |
PreparedStatementCache.ageOut(LRUCachePolicy.LRUCacheEntry entry)
Age out an entry |
| Uses of LRUCachePolicy.LRUCacheEntry in org.jboss.jca.adapters.jdbc.util |
|---|
| Methods in org.jboss.jca.adapters.jdbc.util that return LRUCachePolicy.LRUCacheEntry | |
|---|---|
protected LRUCachePolicy.LRUCacheEntry |
LRUCachePolicy.createCacheEntry(Object key,
Object value)
Factory method for cache entries |
LRUCachePolicy.LRUCacheEntry |
LRUCachePolicy.LRUList.getHead()
Get the head. |
LRUCachePolicy.LRUCacheEntry |
LRUCachePolicy.LRUCacheEntry.getNext()
Get the next. |
LRUCachePolicy.LRUCacheEntry |
LRUCachePolicy.LRUCacheEntry.getPrev()
Get the prev. |
LRUCachePolicy.LRUCacheEntry |
LRUCachePolicy.LRUList.getTail()
Get the tail. |
| Methods in org.jboss.jca.adapters.jdbc.util with parameters of type LRUCachePolicy.LRUCacheEntry | |
|---|---|
protected void |
LRUCachePolicy.ageOut(LRUCachePolicy.LRUCacheEntry entry)
Callback method called when the cache algorithm ages out of the cache the given entry. |
protected void |
LRUCachePolicy.LRUList.entryAdded(LRUCachePolicy.LRUCacheEntry entry)
Callback that signals that the given entry has been added to the cache. |
protected void |
LRUCachePolicy.LRUList.entryPromotion(LRUCachePolicy.LRUCacheEntry entry)
Callback that signals that the given entry is just about to be added. |
protected void |
LRUCachePolicy.LRUList.entryRemoved(LRUCachePolicy.LRUCacheEntry entry)
Callback that signals that the given entry has been removed from the cache. |
protected void |
LRUCachePolicy.LRUList.promote(LRUCachePolicy.LRUCacheEntry entry)
Promotes the cache entry entry to the last used position
of the list. |
protected void |
LRUCachePolicy.LRUList.remove(LRUCachePolicy.LRUCacheEntry entry)
Removes from the cache list the specified entry. |
void |
LRUCachePolicy.LRUList.setHead(LRUCachePolicy.LRUCacheEntry head)
Set the head. |
void |
LRUCachePolicy.LRUCacheEntry.setNext(LRUCachePolicy.LRUCacheEntry next)
Set the next. |
void |
LRUCachePolicy.LRUCacheEntry.setPrev(LRUCachePolicy.LRUCacheEntry prev)
Set the prev. |
void |
LRUCachePolicy.LRUList.setTail(LRUCachePolicy.LRUCacheEntry tail)
Set the tail. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||