Package org.infinispan.factories
Class NamedExecutorsFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.factories.NamedExecutorsFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory,ComponentFactory
public class NamedExecutorsFactory extends AbstractComponentFactory implements AutoInstantiableFactory
A factory that specifically knows how to create named executors.- Since:
- 4.0
- Author:
- Manik Surtani, Pedro Ruivo
-
-
Field Summary
-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description NamedExecutorsFactory()
-
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.
-
-