Class ThreadFactoryBuilder
- java.lang.Object
-
- com.oracle.coherence.concurrent.config.builders.ThreadFactoryBuilder
-
- All Implemented Interfaces:
com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>
public class ThreadFactoryBuilder extends Object implements com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>
AParameterizedBuilderfor constructing aThreadFactory.- Since:
- 21.12
- Author:
- rl 11.20.26
-
-
Field Summary
Fields Modifier and Type Field Description protected com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>m_bldrAParameterizedBuilderthat creates aPersistenceEnvironment.
-
Constructor Summary
Constructors Constructor Description ThreadFactoryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadFactoryrealize(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, com.tangosol.coherence.config.ParameterList listParameters)voidsetInstanceBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> bldr)Set theParameterizedBuilderthat will be used to construct theThreadFactory.
-
-
-
Field Detail
-
m_bldr
protected com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> m_bldr
AParameterizedBuilderthat creates aPersistenceEnvironment.
-
-
Method Detail
-
realize
public ThreadFactory realize(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, com.tangosol.coherence.config.ParameterList listParameters)
- Specified by:
realizein interfacecom.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory>
-
setInstanceBuilder
@Injectable("instance") public void setInstanceBuilder(com.tangosol.coherence.config.builder.ParameterizedBuilder<ThreadFactory> bldr)Set theParameterizedBuilderthat will be used to construct theThreadFactory.- Parameters:
bldr- theParameterizedBuilderthat will be used to construct theThreadFactory
-
-