Class FIFOEJBObjectCache.EJBObjectCacheItem

java.lang.Object
com.sun.appserv.util.cache.BaseCache.CacheItem
org.glassfish.persistence.ejb.entitybean.container.cache.FIFOEJBObjectCache.EJBObjectCacheItem
Enclosing class:
FIFOEJBObjectCache

protected static class FIFOEJBObjectCache.EJBObjectCacheItem extends com.sun.appserv.util.cache.BaseCache.CacheItem
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    EJBObjectCacheItem(int hashCode, Object key, Object value, int size)
     
  • Method Summary

    Methods inherited from class com.sun.appserv.util.cache.BaseCache.CacheItem

    getHashCode, getKey, getNext, getSize, getValue, refreshValue, setNext, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • refCount

      protected int refCount
  • Constructor Details

    • EJBObjectCacheItem

      protected EJBObjectCacheItem(int hashCode, Object key, Object value, int size)