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

Packages that use StatefulObjectFactory
org.jboss.ejb3.cache.impl   
 

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

Classes in org.jboss.ejb3.cache.impl that implement StatefulObjectFactory
 class PassivationGroupContainer
          Comment
 

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



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