Class ThreadFactoryResolver.SimpleResolver

    • Constructor Detail

      • SimpleResolver

        public SimpleResolver​(org.jboss.msc.service.ServiceName threadFactoryServiceNameBase)
    • Method Detail

      • resolveNamedThreadFactory

        public org.jboss.msc.service.ServiceName resolveNamedThreadFactory​(String threadFactoryName,
                                                                           String threadPoolName,
                                                                           org.jboss.msc.service.ServiceName threadPoolServiceName)
        Create a service name to use for the thread factory in the case where a simple name for the factory was provided.
        Specified by:
        resolveNamedThreadFactory in class ThreadFactoryResolver.AbstractThreadFactoryResolver
        Parameters:
        threadFactoryName - the simple name of the thread factory. Will not be null
        threadPoolName - the simple name of the related thread pool
        threadPoolServiceName - the full service name of the thread pool
        Returns:
        the ServiceName of the ThreadFactoryService the thread pool should use. Cannot be null