org.infinispan.factories
Class AbstractNamedCacheComponentFactory

java.lang.Object
  extended by org.infinispan.factories.AbstractComponentFactory
      extended by org.infinispan.factories.AbstractNamedCacheComponentFactory
Direct Known Subclasses:
BootstrapFactory, DataContainerFactory, DistributionManagerFactory, EmptyConstructorNamedCacheFactory, InterceptorChainFactory, InternalCacheFactory, LockManagerFactory, ResponseGeneratorFactory, StateTransferManagerFactory, TransactionManagerFactory

public abstract class AbstractNamedCacheComponentFactory
extends AbstractComponentFactory

A component factory for creating components scoped per-cache.

Since:
4.0
Author:
Manik Surtani

Field Summary
protected  ComponentRegistry componentRegistry
           
protected  Configuration configuration
           
 
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
 
Constructor Summary
AbstractNamedCacheComponentFactory()
           
 
Method Summary
 
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable, construct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected Configuration configuration

componentRegistry

protected ComponentRegistry componentRegistry
Constructor Detail

AbstractNamedCacheComponentFactory

public AbstractNamedCacheComponentFactory()

Google Analytics

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