Uses of Class
org.jboss.ejb.plugins.AbstractInstanceCache

Packages that use AbstractInstanceCache
org.jboss.ejb.plugins Package description goes here
 

Uses of AbstractInstanceCache in org.jboss.ejb.plugins
 

Subclasses of AbstractInstanceCache in org.jboss.ejb.plugins
 class EntityInstanceCache
          Cache subclass for entity beans.
 class InvalidableEntityInstanceCache
          Cache implementation that registers with an InvalidationManager when in commit option A or D.
 class StatefulSessionInstanceCache
          Cache for stateful session beans.
 

Constructors in org.jboss.ejb.plugins with parameters of type AbstractInstanceCache
LRUEnterpriseContextCachePolicy(AbstractInstanceCache eic)
          Creates a LRU cache policy object given the instance cache that use this policy object.
LRUStatefulContextCachePolicy(AbstractInstanceCache eic)
          Creates a LRU cache policy object given the instance cache that use this policy object.
NoPassivationCachePolicy(AbstractInstanceCache eic)
          Creates a no passivation cache policy object given the instance cache that use this policy object, that btw is not used.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.