-
Methods Method Description org.jboss.threads.EnhancedQueueExecutor.Builder.getKeepAliveTime(TimeUnit) UseEnhancedQueueExecutor.Builder.getKeepAliveTime()instead.org.jboss.threads.EnhancedQueueExecutor.Builder.setKeepAliveTime(long, TimeUnit) org.jboss.threads.EnhancedQueueExecutor.getKeepAliveTime(TimeUnit) UseEnhancedQueueExecutor.getKeepAliveTime()instead.org.jboss.threads.EnhancedQueueExecutor.setKeepAliveTime(long, TimeUnit) UseEnhancedQueueExecutor.setKeepAliveTime(Duration)instead.org.jboss.threads.ViewExecutor.Builder.getQueueInitialSize() This value no longer has any impact.org.jboss.threads.ViewExecutor.Builder.setQueueInitialSize(int) This option no longer has any impact.
-
Constructors Constructor Description org.jboss.threads.JBossThreadFactory(ThreadGroup, Boolean, Integer, String, Thread.UncaughtExceptionHandler, Long, AccessControlContext)