Package org.infinispan.topology
Class ClusterTopologyManagerFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.topology.ClusterTopologyManagerFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory,ComponentFactory
public class ClusterTopologyManagerFactory extends AbstractComponentFactory implements AutoInstantiableFactory
Factory for ClusterTopologyManager implementations- Since:
- 5.2
- Author:
- Dan Berindei
-
-
Field Summary
-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description ClusterTopologyManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectconstruct(String componentName)-
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable, construct
-
-
-
-
Method Detail
-
construct
public Object construct(String componentName)
- Specified by:
constructin interfaceComponentFactory- Overrides:
constructin classAbstractComponentFactory- Returns:
- Either a component instance or a
ComponentAliaspointing to another component.
-
-