Package org.infinispan.factories
Interface ComponentFactory
-
- All Known Implementing Classes:
AbstractComponentFactory,AbstractNamedCacheComponentFactory,AnyScopeComponentFactory,AuthorizationManagerFactory,ClusterCacheStatsFactory,ClusterContainerStatsFactory,ClusterEventManagerFactory,ClusteringDependentLogicFactory,ClusterTopologyManagerFactory,DataContainerFactory,DistributionManagerFactory,EmptyConstructorFactory,EmptyConstructorNamedCacheFactory,EncoderRegistryFactory,EntryMetaFactory,ExpirationManagerFactory,GlobalSecurityManagerFactory,GroupManagerFactory,InboundInvocationHandlerFactory,InterceptorChainFactory,KeyPartitionerFactory,LocalTopologyManagerFactory,LockContainerFactory,LockManagerFactory,MarshallerFactory,MetricsCollectorFactory,NamedComponentFactory,NamedExecutorsFactory,PartitionHandlingManagerFactory,PublisherManagerFactory,RecoveryManagerFactory,ResponseGeneratorFactory,RpcManagerFactory,SizeCalculatorFactory,StateTransferComponentFactory,StatsCollector.Factory,TransactionManagerFactory,TransactionSynchronizationRegistryFactory,TransactionTableFactory,TransportFactory,VersionGeneratorFactory
public interface ComponentFactoryFactory for Infinispan components.Implementations should usually be annotated with
DefaultFactoryForandScope(the factory must have the same scope as the components it creates).- Since:
- 9.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectconstruct(String componentName)
-
-
-
Method Detail
-
construct
Object construct(String componentName)
- Returns:
- Either a component instance or a
ComponentAliaspointing to another component.
-
-