Uses of Class
org.jboss.as.ee.concurrent.ManagedThreadFactoryImpl
Packages that use ManagedThreadFactoryImpl
-
Uses of ManagedThreadFactoryImpl in org.jboss.as.ee.concurrent
Constructors in org.jboss.as.ee.concurrent with parameters of type ManagedThreadFactoryImplModifierConstructorDescriptionManagedScheduledExecutorServiceImpl(String name, ManagedThreadFactoryImpl managedThreadFactory, long hungTaskThreshold, boolean longRunningTasks, int corePoolSize, long keepAliveTime, TimeUnit keepAliveTimeUnit, long threadLifeTime, org.glassfish.enterprise.concurrent.ContextServiceImpl contextService, org.glassfish.enterprise.concurrent.AbstractManagedExecutorService.RejectPolicy rejectPolicy, org.wildfly.extension.requestcontroller.ControlPoint controlPoint) -
Uses of ManagedThreadFactoryImpl in org.jboss.as.ee.concurrent.service
Methods in org.jboss.as.ee.concurrent.service that return ManagedThreadFactoryImplConstructor parameters in org.jboss.as.ee.concurrent.service with type arguments of type ManagedThreadFactoryImplModifierConstructorDescriptionManagedThreadFactoryService(Consumer<ManagedThreadFactoryImpl> consumer, Supplier<org.glassfish.enterprise.concurrent.ContextServiceImpl> ctxServiceSupplier, String name, String jndiName, int priority)