SRJRCFrames
v0.1.296

de.schwarzrot.concurrent
Class TaskPerThreadExecutor

java.lang.Object
  extended by 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

Constructor Summary
TaskPerThreadExecutor()
           
 
Method Summary
 void execute(Runnable r)
           
 Thread getThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskPerThreadExecutor

public TaskPerThreadExecutor()
Method Detail

execute

public void execute(Runnable r)
Specified by:
execute in interface Executor

getThread

public Thread getThread()

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
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.