Class HandoffExecutorResolver.SimpleResolver

    • Constructor Detail

      • SimpleResolver

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

      • resolveNamedHandoffExecutor

        public org.jboss.msc.service.ServiceName resolveNamedHandoffExecutor​(String handoffExecutorName,
                                                                             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:
        resolveNamedHandoffExecutor in class HandoffExecutorResolver.AbstractThreadFactoryResolver
        Parameters:
        handoffExecutorName - 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