org.infinispan.factories
Class AbstractNamedCacheComponentFactory
java.lang.Object
org.infinispan.factories.AbstractComponentFactory
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configuration
protected Configuration configuration
componentRegistry
protected ComponentRegistry componentRegistry
AbstractNamedCacheComponentFactory
public AbstractNamedCacheComponentFactory()
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.