Package org.infinispan.factories
Class EmptyConstructorFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.factories.EmptyConstructorFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory,ComponentFactory
public class EmptyConstructorFactory extends AbstractComponentFactory implements AutoInstantiableFactory
Factory for building global-scope components which have default empty constructors- Since:
- 4.0
- Author:
- Manik Surtani, Galder Zamarreno
-
-
Field Summary
-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description EmptyConstructorFactory()
-
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.
-
-