Package ubic.gemma.core.util.concurrent
Class AbstractDelegatingExecutor
- java.lang.Object
-
- ubic.gemma.core.util.concurrent.AbstractDelegatingExecutor
-
- All Implemented Interfaces:
Executor
,DelegatingExecutor
- Direct Known Subclasses:
AbstractDelegatingExecutorService
public abstract class AbstractDelegatingExecutor extends Object implements DelegatingExecutor
-
-
Constructor Summary
Constructors Constructor Description AbstractDelegatingExecutor(Executor delegate)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
execute(Runnable runnable)
protected abstract Runnable
wrap(Runnable runnable)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.core.util.concurrent.DelegatingExecutor
getDelegate
-
-