Uses of Interface
com.sun.ejb.containers.util.cache.EJBObjectCache

Packages that use EJBObjectCache
com.sun.ejb.containers   
com.sun.ejb.containers.util.cache   
 

Uses of EJBObjectCache in com.sun.ejb.containers
 

Fields in com.sun.ejb.containers declared as EJBObjectCache
protected  EJBObjectCache EntityContainer.ejbLocalObjectStore
           
protected  EJBObjectCache EntityContainer.ejbObjectStore
           
 

Uses of EJBObjectCache in com.sun.ejb.containers.util.cache
 

Classes in com.sun.ejb.containers.util.cache that implement EJBObjectCache
 class FIFOEJBObjectCache
          A FIFO EJB(Local)Object cache that maintains reference count
 class UnboundedEJBObjectCache
          An EJB(Local)Object cache that does not impose any limit on the number of entries
 



Copyright © 2012 GlassFish Community. All Rights Reserved.