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

Packages that use Ejb3CacheFactory
org.jboss.ejb3.cache   
org.jboss.ejb3.cache.simple   
org.jboss.ejb3.cache.tree   
 

Uses of Ejb3CacheFactory in org.jboss.ejb3.cache
 

Classes in org.jboss.ejb3.cache that implement Ejb3CacheFactory
 class NoPassivationCacheFactory
          Factory for obtaining NoPassivationCache instances
 

Methods in org.jboss.ejb3.cache that return Ejb3CacheFactory
 Ejb3CacheFactory CacheFactoryRegistry.getCacheFactory(String name)
          Obtains the Cache Factory with the specified registered name
 

Methods in org.jboss.ejb3.cache that return types with arguments of type Ejb3CacheFactory
 Map<String,Class<? extends Ejb3CacheFactory>> CacheFactoryRegistry.getFactories()
           
 

Method parameters in org.jboss.ejb3.cache with type arguments of type Ejb3CacheFactory
 void CacheFactoryRegistry.setFactories(Map<String,Class<? extends Ejb3CacheFactory>> factories)
           
 

Uses of Ejb3CacheFactory in org.jboss.ejb3.cache.simple
 

Classes in org.jboss.ejb3.cache.simple that implement Ejb3CacheFactory
 class SimpleStatefulCacheFactory
          Factory for obtaining SimpleStatefulCache instances
 

Uses of Ejb3CacheFactory in org.jboss.ejb3.cache.tree
 

Classes in org.jboss.ejb3.cache.tree that implement Ejb3CacheFactory
 class StatefulTreeCacheFactory
          Factory for obtaining StatefulTreeCache instances
 



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