Uses of Interface
org.jboss.threads.DirectExecutorService
Packages that use DirectExecutorService
-
Uses of DirectExecutorService in org.jboss.threads
Methods in org.jboss.threads that return DirectExecutorServiceModifier and TypeMethodDescriptionstatic DirectExecutorServiceJBossExecutors.directExecutorService()Get the direct executor service.static DirectExecutorServiceJBossExecutors.discardingExecutorService()Get the discarding executor service.static DirectExecutorServiceJBossExecutors.protectedDirectExecutorService(DirectExecutor target) Wrap a direct executor with anDirectExecutorServiceinstance which supports all the features ofExecutorServiceexcept for shutting down the executor.static DirectExecutorServiceJBossExecutors.rejectingExecutorService()Get the rejecting executor service.static DirectExecutorServiceJBossExecutors.rejectingExecutorService(String message) Get the rejecting executor service.