JBoss Threads 2.0.0.GA-redhat-2

Uses of Interface
org.jboss.threads.BlockingExecutorService

Packages that use BlockingExecutorService
org.jboss.threads   
 

Uses of BlockingExecutorService in org.jboss.threads
 

Classes in org.jboss.threads that implement BlockingExecutorService
 class JBossThreadPoolExecutor
           
 class OrderedExecutor
          An executor that always runs all tasks in queue order, using a delegate executor to run the tasks.
 class QueueExecutor
          An executor which uses a regular queue to hold tasks.
 class QueuelessExecutor
          A queueless thread pool.
 

Methods in org.jboss.threads that return BlockingExecutorService
static BlockingExecutorService JBossExecutors.protectedBlockingExecutorService(BlockingExecutor target)
          Wrap a blocking executor with an BlockingExecutorService instance which supports all the features of BlockingExecutorService except for shutting down the executor.
 


JBoss Threads 2.0.0.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.