Package org.infinispan.factories
Class AnyScopeComponentFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
- All Implemented Interfaces:
ComponentFactory
- Direct Known Subclasses:
AbstractComponentFactory
,AbstractNamedCacheComponentFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GlobalComponentRegistry
protected GlobalConfiguration
protected static final org.infinispan.util.logging.Log
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
protected static final org.infinispan.util.logging.Log log -
globalComponentRegistry
-
globalConfiguration
-
-
Constructor Details
-
AnyScopeComponentFactory
public AnyScopeComponentFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-
construct
Deprecated, for removal: This API element is subject to removal in a future version.Since 9.4, please overrideComponentFactory.construct(String)
instead.Constructs a component.- Parameters:
componentType
- type of component- Returns:
- a component
-
ComponentFactory.construct(String)
instead.