Uses of Class
org.jboss.as.ee.concurrent.ManagedThreadFactoryImpl
-
Packages that use ManagedThreadFactoryImpl Package Description org.jboss.as.ee.concurrent org.jboss.as.ee.concurrent.service -
-
Uses of ManagedThreadFactoryImpl in org.jboss.as.ee.concurrent
Constructors in org.jboss.as.ee.concurrent with parameters of type ManagedThreadFactoryImpl Constructor Description ManagedScheduledExecutorServiceImpl(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 ManagedThreadFactoryImpl Modifier and Type Method Description ManagedThreadFactoryImplManagedThreadFactoryService. getValue()Constructor parameters in org.jboss.as.ee.concurrent.service with type arguments of type ManagedThreadFactoryImpl Constructor Description ManagedThreadFactoryService(Consumer<ManagedThreadFactoryImpl> consumer, Supplier<org.glassfish.enterprise.concurrent.ContextServiceImpl> ctxServiceSupplier, String name, String jndiName, int priority)
-