Uses of Class
org.compass.core.util.backport.java.util.concurrent.AbstractExecutorService

Packages that use AbstractExecutorService
org.compass.core.util.backport.java.util.concurrent Utility classes commonly useful in concurrent programming. 
 

Uses of AbstractExecutorService in org.compass.core.util.backport.java.util.concurrent
 

Subclasses of AbstractExecutorService in org.compass.core.util.backport.java.util.concurrent
(package private) static class Executors.DelegatedExecutorService
          A wrapper class that exposes only the ExecutorService methods of an ExecutorService implementation.
(package private) static class Executors.DelegatedScheduledExecutorService
          A wrapper class that exposes only the ScheduledExecutorService methods of a ScheduledExecutorService implementation.
(package private) static class Executors.FinalizableDelegatedExecutorService
           
 class ScheduledThreadPoolExecutor
          A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
 class ThreadPoolExecutor
          An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
 



Copyright (c) 2004-2006 The Compass Project.