Uses of Interface
org.jboss.as.ee.concurrent.WildFlyContextService
Packages that use WildFlyContextService
-
Uses of WildFlyContextService in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent that return WildFlyContextServiceModifier and TypeMethodDescriptionConcurrencyImplementation.newContextService(String name, ContextServiceTypesConfiguration contextServiceTypesConfiguration) Methods in org.jboss.as.ee.concurrent with parameters of type WildFlyContextServiceModifier 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) ConcurrencyImplementation.newManagedThreadFactory(String name, WildFlyContextService contextService, int priority)