com.sun.ejb.containers.util.cache
Class FIFOEJBObjectCache.EJBObjectCacheItem

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.FIFOEJBObjectCache.EJBObjectCacheItem
Enclosing class:
FIFOEJBObjectCache

protected static class FIFOEJBObjectCache.EJBObjectCacheItem
extends LruCache.LruCacheItem


Field Summary
protected  int refCount
           
 
Fields inherited from class com.sun.ejb.containers.util.cache.LruCache.LruCacheItem
isTrimmed, lastAccessed, lNext, lPrev
 
Constructor Summary
protected FIFOEJBObjectCache.EJBObjectCacheItem(int hashCode, java.lang.Object key, java.lang.Object value, int size)
           
 
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

refCount

protected int refCount
Constructor Detail

FIFOEJBObjectCache.EJBObjectCacheItem

protected FIFOEJBObjectCache.EJBObjectCacheItem(int hashCode,
                                                java.lang.Object key,
                                                java.lang.Object value,
                                                int size)


Copyright © 2012 GlassFish Community. All Rights Reserved.