JBoss Threads 2.0.0.GA

Uses of Interface
org.jboss.threads.DirectExecutorService

Packages that use DirectExecutorService
org.jboss.threads   
 

Uses of DirectExecutorService in org.jboss.threads
 

Methods in org.jboss.threads that return DirectExecutorService
static DirectExecutorService JBossExecutors.directExecutorService()
          Get the direct executor service.
static DirectExecutorService JBossExecutors.discardingExecutorService()
          Get the discarding executor service.
static DirectExecutorService JBossExecutors.protectedDirectExecutorService(DirectExecutor target)
          Wrap a direct executor with an DirectExecutorService instance which supports all the features of ExecutorService except for shutting down the executor.
static DirectExecutorService JBossExecutors.rejectingExecutorService()
          Get the rejecting executor service.
static DirectExecutorService JBossExecutors.rejectingExecutorService(String message)
          Get the rejecting executor service.
 


JBoss Threads 2.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.