Interface ExecutiveSourceContext
- All Superinterfaces:
SourceContext,SourceProperties
- All Known Implementing Classes:
ExecutiveSourceContextImpl
Context for the
ExecutiveSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateThreadFactory(String executionStrategyName, Executive executive) Creates the underlyingThreadFactorythat should be used forExecutionStrategyinstances.Methods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServicesMethods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
Method Details
-
createThreadFactory
Creates the underlyingThreadFactorythat should be used forExecutionStrategyinstances.- Parameters:
executionStrategyName- Name of theExecutionStrategyto associateThreadnames to theExecutionStrategy.executive-Executive.- Returns:
ThreadFactoryto use forExecutionStrategyinstances.
-