This is a simple implementation of the {@link JobExecutor} using self-managedthreads for performing background work.
This implementation uses a {@link ThreadPoolExecutor} backed by a queue to whichwork is submitted.
NOTE: use this class in environments in which self-management of threads is permitted. Consider using a different thread-management strategy in J(2)EE-Environments.
@author Daniel Meyer
|
|
|
|