org.compass.core.util.backport.java.util.concurrent
Class Executors.FinalizableDelegatedExecutorService

java.lang.Object
  extended by org.compass.core.util.backport.java.util.concurrent.AbstractExecutorService
      extended by org.compass.core.util.backport.java.util.concurrent.Executors.DelegatedExecutorService
          extended by org.compass.core.util.backport.java.util.concurrent.Executors.FinalizableDelegatedExecutorService
All Implemented Interfaces:
Executor, ExecutorService
Enclosing class:
Executors

static class Executors.FinalizableDelegatedExecutorService
extends Executors.DelegatedExecutorService


Constructor Summary
Executors.FinalizableDelegatedExecutorService(ExecutorService executor)
           
 
Method Summary
protected  void finalize()
           
 
Methods inherited from class org.compass.core.util.backport.java.util.concurrent.Executors.DelegatedExecutorService
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
 
Methods inherited from class org.compass.core.util.backport.java.util.concurrent.AbstractExecutorService
newTaskFor, newTaskFor
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executors.FinalizableDelegatedExecutorService

Executors.FinalizableDelegatedExecutorService(ExecutorService executor)
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class Object


Copyright (c) 2004-2006 The Compass Project.