Class AbstractThreadingFeature
- java.lang.Object
-
- ch.raffael.meldioc.library.base.threading.AbstractThreadingFeature
-
- All Implemented Interfaces:
ThreadingFeature
- Direct Known Subclasses:
DirectThreadingFeature,JavaThreadPoolFeature
@Feature public abstract class AbstractThreadingFeature extends java.lang.Object implements ThreadingFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
ThreadingFeature.Util, ThreadingFeature.WithSystemForkJoinPool
-
-
Constructor Summary
Constructors Constructor Description AbstractThreadingFeature()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.util.concurrent.ExecutorServiceunrestrictedWorkExecutor()java.util.concurrent.ExecutorServiceworkExecutor()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
forkJoinPool
-
-
-
-
Method Detail
-
workExecutor
@Provision(shared=true) public java.util.concurrent.ExecutorService workExecutor()
- Specified by:
workExecutorin interfaceThreadingFeature
-
unrestrictedWorkExecutor
@Provision(shared=true) protected abstract java.util.concurrent.ExecutorService unrestrictedWorkExecutor()
-
-