de.schwarzrot.concurrent
Class TaskPerThreadExecutor
java.lang.Object
de.schwarzrot.concurrent.TaskPerThreadExecutor
- All Implemented Interfaces:
- Executor
public class TaskPerThreadExecutor
- extends Object
- implements Executor
a Task
for long running background jobs. It starts a daemon thread of
low priority for the job.
- Author:
- Reinhard Mantey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskPerThreadExecutor
public TaskPerThreadExecutor()
execute
public void execute(Runnable r)
- Specified by:
execute
in interface Executor
getThread
public Thread getThread()
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.