com.sun.ejb.containers.util.cache
Class LruSessionCache.LruSessionCacheItem

java.lang.Object
  extended by com.sun.ejb.containers.util.cache.BaseCache.CacheItem
      extended by com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
          extended by com.sun.ejb.containers.util.cache.LruSessionCache.LruSessionCacheItem
Enclosing class:
LruSessionCache

protected static class LruSessionCache.LruSessionCacheItem
extends LruCache.LruCacheItem


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, Object key, Object value, int size)
           
protected LruSessionCache.LruSessionCacheItem(int hashCode, Object key, 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

waitCount

protected byte waitCount

cacheItemState

protected byte cacheItemState
Constructor Detail

LruSessionCache.LruSessionCacheItem

protected LruSessionCache.LruSessionCacheItem(int hashCode,
                                              Object key,
                                              Object value,
                                              int size)

LruSessionCache.LruSessionCacheItem

protected LruSessionCache.LruSessionCacheItem(int hashCode,
                                              Object key,
                                              Object value,
                                              int size,
                                              byte state)


Copyright © 2012 GlassFish Community. All Rights Reserved.