Uses of Interface
org.jboss.threads.BlockingExecutor
Packages that use BlockingExecutor
-
Uses of BlockingExecutor in org.jboss.threads
Subinterfaces of BlockingExecutor in org.jboss.threadsClasses in org.jboss.threads that implement BlockingExecutorModifier and TypeClassDescriptionfinal classDeprecated.final classAn executor that always runs all tasks in queue order, using a delegate executor to run the tasks.final classDeprecated.UseEnhancedQueueExecutorinstead.final classDeprecated.UseEnhancedQueueExecutorinstead.Methods in org.jboss.threads that return BlockingExecutorModifier and TypeMethodDescriptionstatic BlockingExecutorJBossExecutors.blockingDirectExecutor()Deprecated.static BlockingExecutorJBossExecutors.blockingDiscardingExecutor()Deprecated.static BlockingExecutorJBossExecutors.blockingRejectingExecutor()Deprecated.static BlockingExecutorJBossExecutors.directBlockingExecutor(DirectExecutor delegate) Deprecated.static BlockingExecutorDeprecated.Convert an executor to a "blocking" executor which never actually blocks.static BlockingExecutorJBossExecutors.protectedBlockingExecutor(BlockingExecutor target) Deprecated.static BlockingExecutorJBossExecutors.threadFactoryExecutor(ThreadFactory factory) Deprecated.UseEnhancedQueueExecutorinstead.static BlockingExecutorJBossExecutors.threadFactoryExecutor(ThreadFactory factory, int maxThreads) Deprecated.UseEnhancedQueueExecutorinstead.static BlockingExecutorJBossExecutors.threadFactoryExecutor(ThreadFactory factory, int maxThreads, boolean blocking) Deprecated.UseEnhancedQueueExecutorinstead.static BlockingExecutorJBossExecutors.threadFactoryExecutor(ThreadFactory factory, int maxThreads, boolean blocking, DirectExecutor taskExecutor) Deprecated.UseEnhancedQueueExecutorinstead.Methods in org.jboss.threads with parameters of type BlockingExecutorModifier and TypeMethodDescriptionstatic BlockingExecutorJBossExecutors.protectedBlockingExecutor(BlockingExecutor target) Deprecated.static BlockingExecutorServiceJBossExecutors.protectedBlockingExecutorService(BlockingExecutor target) Deprecated.
EnhancedQueueExecutorinstead.