Uses of Interface
org.jboss.as.ee.concurrent.WildFlyManagedThreadFactory
Packages that use WildFlyManagedThreadFactory
-
Uses of WildFlyManagedThreadFactory in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent that return WildFlyManagedThreadFactoryModifier and TypeMethodDescriptionWildFlyManagedExecutorService.getWildFlyManagedThreadFactory()ConcurrencyImplementation.newManagedThreadFactory(String name, WildFlyContextService contextService, int priority) Methods in org.jboss.as.ee.concurrent with parameters of type WildFlyManagedThreadFactoryModifier and TypeMethodDescriptionConcurrencyImplementation.newManagedExecutorService(String name, WildFlyManagedThreadFactory managedThreadFactory, long hungTaskThreshold, boolean longRunningTasks, int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit keepAliveTimeUnit, long threadLifeTime, int queueCapacity, WildFlyContextService contextService, WildFlyManagedExecutorService.RejectPolicy rejectPolicy, org.wildfly.extension.requestcontroller.ControlPoint controlPoint, org.jboss.as.controller.ProcessStateNotifier processStateNotifier) ConcurrencyImplementation.newManagedExecutorService(String name, WildFlyManagedThreadFactory managedThreadFactory, long hungTaskThreshold, boolean longRunningTasks, int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit keepAliveTimeUnit, long threadLifeTime, WildFlyContextService contextService, WildFlyManagedExecutorService.RejectPolicy rejectPolicy, BlockingQueue<Runnable> queue, org.wildfly.extension.requestcontroller.ControlPoint controlPoint, org.jboss.as.controller.ProcessStateNotifier processStateNotifier) ConcurrencyImplementation.newManagedScheduledExecutorService(String name, WildFlyManagedThreadFactory managedThreadFactory, long hungTaskThreshold, boolean longRunningTasks, int corePoolSize, long keepAliveTime, TimeUnit keepAliveTimeUnit, long threadLifeTime, WildFlyContextService contextService, WildFlyManagedExecutorService.RejectPolicy rejectPolicy, org.wildfly.extension.requestcontroller.ControlPoint controlPoint, org.jboss.as.controller.ProcessStateNotifier processStateNotifier)