Uses of Class
net.sourceforge.domian.util.concurrent.task.Task

Packages that use Task
net.sourceforge.domian.util.concurrent.task   
 

Uses of Task in net.sourceforge.domian.util.concurrent.task
 

Classes in net.sourceforge.domian.util.concurrent.task with type parameters of type Task
 class ConcurrentTaskExecutor<T extends Task>
          Class offering concurrent execution of n time-limited Task threads (in addition to the main thread that creates this executor instance).
 

Subclasses of Task in net.sourceforge.domian.util.concurrent.task
 class PartitionRepositoryTask<T extends Entity>
          Abstract super class for tasks to be executed by a ConcurrentTaskExecutor<PartitionRepositoryTask>.
 class PersistentRepositoryTask<T extends Entity>
          Abstract super class for tasks to be executed by a ConcurrentTaskExecutor<PersistentRepositoryTask>.
 class RepositoryTask<T extends Entity>
          Abstract super class for tasks to be executed by a ConcurrentRepositoryTaskExecutor.
 



Copyright © 2006-2009. All Rights Reserved.