Uses of Interface
org.jboss.ejb3.cache.PassivatingCache

Packages that use PassivatingCache
org.jboss.ejb3.cache.grouped   
org.jboss.ejb3.cache.impl   
 

Uses of PassivatingCache in org.jboss.ejb3.cache.grouped
 

Subinterfaces of PassivatingCache in org.jboss.ejb3.cache.grouped
 interface GroupedPassivatingCache<T extends Identifiable>
          Allows objects to the members of a PassivationGroup.
 

Uses of PassivatingCache in org.jboss.ejb3.cache.impl
 

Classes in org.jboss.ejb3.cache.impl that implement PassivatingCache
 class GroupedPassivatingCacheImpl<T extends Identifiable & Serializable>
          Comment
 class SimplePassivatingCache<T extends Identifiable & Serializable>
          Comment
 

Constructors in org.jboss.ejb3.cache.impl with parameters of type PassivatingCache
GroupedPassivatingCacheImpl(StatefulObjectFactory<T> factory, PassivationManager<T> passivationManager, ObjectStore<T> store, PassivatingCache<PassivationGroup> groupCache)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.