Class AbstractComponentFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractComponentFactory
- All Implemented Interfaces:
ComponentFactory
- Direct Known Subclasses:
ClusterTopologyManagerFactory, EmptyConstructorFactory, EncoderRegistryFactory, GlobalSecurityManagerFactory, InfinispanIndexingExecutorProvider, InfinispanTelemetryFactory, LocalTopologyManagerFactory, MarshallerFactory, NamedExecutorsFactory, NettyEventLoopFactory, NettyIOFactory, RemoteContainersComponentFactory, TelemetryServiceFactory, TransportFactory
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
The
InternalCacheFactory is a special subclass of this, which bootstraps the construction of other
components. When this class is loaded, it maintains a static list of known default factories for known components,
which it then delegates to, when actually performing the construction.- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
- See Also:
-
Field Summary
Fields inherited from class AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentFactory
construct
-
Constructor Details
-
AbstractComponentFactory
public AbstractComponentFactory()
-