|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.containers.util.cache.BaseCache.CacheItem
com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
protected static class LruSessionCache.LruSessionCacheItem
| Field Summary | |
|---|---|
protected byte |
cacheItemState
|
protected byte |
waitCount
|
| Fields inherited from class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem |
|---|
isTrimmed, lastAccessed, lNext, lPrev |
| Constructor Summary | |
|---|---|
protected |
LruSessionCache.LruSessionCacheItem(int hashCode,
java.lang.Object key,
java.lang.Object value,
int size)
|
protected |
LruSessionCache.LruSessionCacheItem(int hashCode,
java.lang.Object key,
java.lang.Object value,
int size,
byte state)
|
| Method Summary |
|---|
| Methods inherited from class com.sun.ejb.containers.util.cache.BaseCache.CacheItem |
|---|
getHashCode, getKey, getSize, getValue, refreshValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected byte waitCount
protected byte cacheItemState
| Constructor Detail |
|---|
protected LruSessionCache.LruSessionCacheItem(int hashCode,
java.lang.Object key,
java.lang.Object value,
int size)
protected LruSessionCache.LruSessionCacheItem(int hashCode,
java.lang.Object key,
java.lang.Object value,
int size,
byte state)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||