net.sourceforge.domian.util.concurrent.task
Class PartitionRepositoryTask<T extends Entity>

java.lang.Object
  extended by net.sourceforge.domian.util.slf4j.AbstractLoggingObject
      extended by net.sourceforge.domian.util.concurrent.task.Task
          extended by net.sourceforge.domian.util.concurrent.task.PartitionRepositoryTask<T>
All Implemented Interfaces:
java.lang.Runnable

public abstract class PartitionRepositoryTask<T extends Entity>
extends Task

Abstract super class for tasks to be executed by a ConcurrentTaskExecutor<PartitionRepositoryTask>.

Since:
0.4
Author:
Eirik Torske

Field Summary
protected  PartitionRepository<T> repository
           
 
Fields inherited from class net.sourceforge.domian.util.concurrent.task.Task
barrier, threadNumber, threadNumberGenerator
 
Constructor Summary
PartitionRepositoryTask(PartitionRepository<T> repository)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.domian.util.concurrent.task.Task
doConcurrentTask, resetThreadNumber, run, setBarrier
 
Methods inherited from class net.sourceforge.domian.util.slf4j.AbstractLoggingObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repository

protected PartitionRepository<T extends Entity> repository
Constructor Detail

PartitionRepositoryTask

public PartitionRepositoryTask(PartitionRepository<T> repository)


Copyright © 2006-2009. All Rights Reserved.