Uses of Class
org.infinispan.factories.AbstractNamedCacheComponentFactory

Packages that use AbstractNamedCacheComponentFactory
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
 

Uses of AbstractNamedCacheComponentFactory in org.infinispan.factories
 

Subclasses of AbstractNamedCacheComponentFactory in org.infinispan.factories
 class BootstrapFactory
          Factory for setting up bootstrap components
 class DataContainerFactory
          Constructs the data container
 class DistributionManagerFactory
           
 class EmptyConstructorNamedCacheFactory
          Simple factory that just uses reflection and an empty constructor of the component type.
 class InterceptorChainFactory
          Factory class that builds an interceptor chain based on cache configuration.
 class InternalCacheFactory<K,V>
          An internal factory for constructing Caches.
 class LockManagerFactory
          Factory class that creates instances of LockManager.
 class ReplicationQueueFactory
          Factory for ReplicationQueue.
 class ResponseGeneratorFactory
          Creates a ResponseGenerator
 class RpcManagerFactory
          A factory for the RpcManager
 class StateTransferManagerFactory
          Constructs StateTransferManager instances.
 class TransactionManagerFactory
          Uses a number of mechanisms to retrieve a transaction manager.
 



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