Package org.infinispan.factories
Class EmptyConstructorNamedCacheFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractNamedCacheComponentFactory
org.infinispan.factories.EmptyConstructorNamedCacheFactory
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class EmptyConstructorNamedCacheFactory
extends AbstractNamedCacheComponentFactory
implements AutoInstantiableFactory
Simple factory that just uses reflection and an empty constructor of the component type.
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org), Pedro Ruivo
-
Field Summary
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
basicComponentRegistry, componentRegistry, configuration
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.factories.AnyScopeComponentFactory
construct
-
Constructor Details
-
EmptyConstructorNamedCacheFactory
public EmptyConstructorNamedCacheFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAnyScopeComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-